fix(sidebar): fix main content displaying

Do not show main content on small screens when the sidebar is expanded.
This commit is contained in:
2026-07-31 16:35:54 +02:00
parent 551def1de5
commit 8c1ee57242
+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 {