mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
refactor: small tweaks and fixes
This commit is contained in:
@@ -33,8 +33,19 @@ html,
|
||||
background-color: $bg-container-l1;
|
||||
}
|
||||
|
||||
// workaround for chakra
|
||||
// // https://github.com/chakra-ui/chakra-ui/issues/417
|
||||
/* smaller root size for MacOS laptops */
|
||||
@media (max-width: 1600px) {
|
||||
body,
|
||||
html,
|
||||
.App {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* workaround for chakra
|
||||
* https://github.com/chakra-ui/chakra-ui/issues/417
|
||||
*/
|
||||
option {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user