Fixed bar height

This commit is contained in:
PeekabooSteam
2023-12-02 11:04:37 +00:00
parent 0b8f48b4fd
commit a23c53bcb8
2 changed files with 7 additions and 3 deletions

View File

@@ -68,12 +68,16 @@
display: none;
}
#unit-visibility-control > div:nth-child(3),
#coalition-visibility-control {
#unit-visibility-control > div:nth-child(3) {
border-left: 2px solid white;
padding-left: 12px;
}
#unit-visibility-control > div:last-child {
border-right: 2px solid white;
padding-right: 12px;
}
@media (max-width: 1145px) {
#toolbar-container {
flex-direction: column;