Made top bar fit screen borders on mobile.

This commit is contained in:
2026-03-25 12:15:01 -04:00
parent ab81a0a97d
commit 27da3a33d3

View File

@@ -380,13 +380,17 @@ body.theme-dark .small.text-muted {
@media (max-width: 991.98px) {
.app-shell {
padding: 12px;
padding: 0px;
gap: 12px;
}
.offcanvas {
width: 100vw !important;
}
.top-bar {
border-radius: 0px;
}
}
@media (max-width: 575.98px) {