Fix(sidebar): hide sidebar border on small screens #173

Merged
jakob.scheid merged 1 commits from fix/sidebar-border-on-small-screens into main 2026-08-05 20:44:38 +02:00
Showing only changes of commit e5f27041d2 - Show all commits
@@ -61,6 +61,10 @@ const toggleSidebar = function toggleSidebar () {
}
@media (max-width: 48rem) {
.sidebar {
border: none;
}
.sidebar:not(.expanded) .sidebar-expand-button {
display: none;
}