generated from Seekra/repository-template
fix(sidebar): fix main content displaying
Do not show main content on small screens when the sidebar is expanded.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user