mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
fix(player): reserve preview row space in delay modal (#344)
Prevent the timer modal from shifting when the "Paused at/Starts at" preview appears on hover.
This commit is contained in:
@@ -2207,10 +2207,12 @@
|
||||
align-items: baseline;
|
||||
gap: 6px;
|
||||
margin-top: var(--space-3);
|
||||
min-height: 1.1rem;
|
||||
min-height: 1.35rem;
|
||||
line-height: 1.35rem;
|
||||
font-size: 0.82rem;
|
||||
color: var(--text-muted);
|
||||
transition: opacity 150ms ease;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.playback-delay-preview[data-empty="true"] { opacity: 0; }
|
||||
|
||||
Reference in New Issue
Block a user