Updates defaultlayout
This commit is contained in:
@@ -42,7 +42,7 @@ $sidebarBreakpoint: $breakpointM;
|
||||
left: 15px;
|
||||
cursor: pointer;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
width: calc(100% - 40px);
|
||||
z-index: 1;
|
||||
|
||||
@media screen and (min-width: #{$sidebarBreakpoint}px) {
|
||||
@@ -56,6 +56,7 @@ $sidebarBreakpoint: $breakpointM;
|
||||
border-radius: 3px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 30px;
|
||||
transition: all 0.25s ease-out;
|
||||
|
||||
&:nth-child(2) {
|
||||
|
||||
Reference in New Issue
Block a user