display: none;
}
}
-
- &.sidebarOrientationRight {
- &.sidebarCollapsed > div > div {
- > .sidebar {
- width: 20px;
-
- > span > .collapsibleButton {
- &::before {
- content: "\f053";
- }
- }
-
- > div {
- width: 0;
- }
- }
- }
- }
}
@media only screen and (max-width: 800px) {
}
}
+@media only screen and (min-width: 801px) {
+ #main.sidebarOrientationRight.sidebarCollapsed {
+ > div > div {
+ > .sidebar {
+ width: 20px;
+
+ > span > .collapsibleButton {
+ &::before {
+ content: "\f053";
+ }
+ }
+
+ > div {
+ width: 0;
+ }
+ }
+ }
+ }
+}
+
/* basic layout elements */
.boxHeadline {
margin-top: @wcfGapMedium;