We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e503f36 commit 0ecf8f6Copy full SHA for 0ecf8f6
src/components/Layout/Layout.module.scss
@@ -12,13 +12,14 @@
12
min-height: 100vh;
13
display: flex;
14
margin-left: 284px;
15
- left: 0;
16
flex-direction: column;
+ //left: $sidebar-width-open - $sidebar-width-closed;
17
right: 0;
18
transition: left $sidebar-transition-time ease-in-out, margin-left $sidebar-transition-time ease-in-out;
19
20
@media (max-width: breakpoint-max(sm)) {
21
margin-left: 0;
22
+ //left: $sidebar-width-open;
23
}
24
25
@@ -27,8 +28,8 @@
27
28
29
30
.sidebarStatic .wrap {
- left: $sidebar-width-open !important;
31
- margin-left: 0;
+ left: 0;
32
+ margin-left: $sidebar-width-open;
33
34
35
.content {
0 commit comments