mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-05 22:39:11 +00:00
fix - fix studio clock sizing when timer seconds are hidden !1585
This commit is contained in:
committed by
Carlos Valente
parent
529751578d
commit
c62ce213f5
@@ -93,7 +93,7 @@ $orange-active: #f60;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.studio-timer {
|
.studio-timer {
|
||||||
font-size: calc(var(--clock-size) / 5);
|
font-size: calc(var(--clock-size) / 6);
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
|
||||||
color: var(--studio-active, $red-active);
|
color: var(--studio-active, $red-active);
|
||||||
|
|||||||
Reference in New Issue
Block a user