mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-03 22:15:42 -06:00
fix: mobile hamburger menu. Stacks vertically and no overlap
This commit is contained in:
parent
3d85965b46
commit
1ad4714105
@ -94,6 +94,16 @@ body {
|
||||
font-size: 0.86rem;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.sidebar.left {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.explorer .explorer-content {
|
||||
padding-top: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
background-color: var(--searchBackground);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user