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