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:
cucadmuh
2026-04-28 09:23:19 +03:00
committed by GitHub
parent bce65be287
commit 8141c5213f
+3 -1
View File
@@ -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; }