Updates defaultlayout

This commit is contained in:
Andre Beging
2022-05-31 17:59:11 +02:00
parent 7c07dfc275
commit 9f89d8ff50
2 changed files with 4 additions and 2 deletions

View File

@@ -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;
} }

View File

@@ -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) {