fix: mobile hamburger menu. Stacks vertically and no overlap

This commit is contained in:
ajspig 2025-12-12 12:54:08 -05:00
parent 3d85965b46
commit 1ad4714105

View File

@ -94,6 +94,16 @@ body {
font-size: 0.86rem; font-size: 0.86rem;
} }
@media (max-width: 800px) {
.sidebar.left {
flex-direction: column;
}
.explorer .explorer-content {
padding-top: 5rem;
}
}
input[type="search"] { input[type="search"] {
background-color: var(--searchBackground); background-color: var(--searchBackground);
} }