mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
refactor(operator): style tweaks for small screens
This commit is contained in:
committed by
Carlos Valente
parent
e09b6bbc16
commit
843f5a968d
@@ -40,3 +40,10 @@
|
|||||||
height: 1rem;
|
height: 1rem;
|
||||||
--progress-bar-br: 0;
|
--progress-bar-br: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $min-tablet) {
|
||||||
|
.timers {
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
grid-template-areas: 'timers clock';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user