mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
fix: end message scaling
This commit is contained in:
committed by
Carlos Valente
parent
6a8f98c469
commit
a87b15825a
@@ -92,10 +92,10 @@
|
|||||||
.end-message {
|
.end-message {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 11.5vw;
|
font-size: 11.5vw;
|
||||||
line-height: 0.9em;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--timer-overtime-color-override, $timer-finished-color);
|
color: var(--timer-overtime-color-override, $timer-finished-color);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timer {
|
.timer {
|
||||||
|
|||||||
Reference in New Issue
Block a user