Feat(sidebar): implement sidebar toggling #157

Merged
jakob.scheid merged 7 commits from feature/expandable-sidebar into main 2026-07-31 21:00:20 +02:00
Showing only changes of commit 48e979ac64 - Show all commits
+4
View File
@@ -90,6 +90,10 @@ const toggleExpanded = function toggleExpanded () {
.layout-container:not(.expanded) .main-content {
padding-top: 0;
}
.layout-container.expanded .main-content {
display: none;
}
}
.main-content {