Hotfix css mobile

This commit is contained in:
Johnnybegood90
2026-03-14 00:00:05 +01:00
parent b312e8cc26
commit 96c9835a27
3 changed files with 21 additions and 4 deletions
+19
View File
@@ -189,3 +189,22 @@
padding: 8px 18px;
cursor: pointer;
}
@media (max-width: 600px) {
html, body { height: 100%; overflow: hidden; }
body { overflow: hidden; }
.topbar {
height: auto;
flex-wrap: wrap;
padding: 8px 12px;
gap: 8px;
}
.logo { font-size: 11px; }
.clock { font-size: 14px; }
.grid-wrapper { display: none; }
.mobile-view { display: block; }
.tooltip { display: none !important; }
#navBtns { display: none !important; }
}