mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +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;
|
align-items: baseline;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-top: var(--space-3);
|
margin-top: var(--space-3);
|
||||||
min-height: 1.1rem;
|
min-height: 1.35rem;
|
||||||
|
line-height: 1.35rem;
|
||||||
font-size: 0.82rem;
|
font-size: 0.82rem;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
transition: opacity 150ms ease;
|
transition: opacity 150ms ease;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playback-delay-preview[data-empty="true"] { opacity: 0; }
|
.playback-delay-preview[data-empty="true"] { opacity: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user