mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +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 {
|
||||
font-size: calc(var(--clock-size) / 5);
|
||||
font-size: calc(var(--clock-size) / 6);
|
||||
line-height: 1em;
|
||||
|
||||
color: var(--studio-active, $red-active);
|
||||
|
||||
Reference in New Issue
Block a user