feat(mkdocs): resolve silly sidebar showing on mobile

This commit is contained in:
perf3ct 2025-08-24 18:21:55 +00:00
parent 40dcaab0f8
commit 8f9c7ea6c4
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 5 additions and 3 deletions

View File

@ -110,10 +110,12 @@
/* Remove custom hover color - let Material theme handle it */
/* Sidebar styling */
/* Sidebar styling - only apply fixed width on desktop */
@media screen and (min-width: 76.25em) {
.md-sidebar {
width: 15rem;
}
}
.md-sidebar--primary .md-sidebar__scrollwrap {
padding: 1rem 0;