mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
style v2 tweaks (#415)
* fix: reset rundown on upload * style: facilitate reaching event id * fix: show rundown on half screens * style: prevent tab overflow * style: remove redundant information * style: improve editor in small screens * style: small tweaks to editor sizes
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
body,
|
||||
html,
|
||||
.App {
|
||||
font-size: 16px;
|
||||
font-family: $ontime-font-family;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
@@ -28,6 +29,14 @@ html,
|
||||
background-color: $bg-container-l1;
|
||||
}
|
||||
|
||||
@media (min-width: 1450px) and (max-width: 1666px) {
|
||||
|
||||
body,
|
||||
html,
|
||||
.App {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
// workaround for chakra
|
||||
// // https://github.com/chakra-ui/chakra-ui/issues/417
|
||||
option {
|
||||
|
||||
Reference in New Issue
Block a user