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:
Carlos Valente
2023-05-26 13:18:44 +02:00
committed by GitHub
parent 563b13405b
commit 82ac8f1ba5
17 changed files with 98 additions and 83 deletions
+9
View File
@@ -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 {