web: mobile navigation

This commit is contained in:
wukko
2024-06-14 17:33:33 +06:00
parent 5de57a1225
commit 7205dc1435
4 changed files with 60 additions and 0 deletions

View File

@@ -12,4 +12,9 @@
align-items: center;
padding: calc(var(--sidebar-padding) * 2 - 2px);
}
@media screen and (max-width: 535px) {
#cobalt-logo {
display: none;
}
}
</style>