Skip to content
Snippets Groups Projects
Commit c78b941d authored by danieldeng2's avatar danieldeng2
Browse files

Add more space at bottom for mobile

parent 9574a548
No related branches found
No related tags found
No related merge requests found
...@@ -6,23 +6,22 @@ ...@@ -6,23 +6,22 @@
width: 0; width: 0;
margin-left: -250px; margin-left: -250px;
height: calc(100vh - 61px); height: calc(100vh - 61px);
padding-bottom: 72px; padding-bottom: 56px;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
background: #fff; background: #fff;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease; -moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease; -o-transition: all 0.5s ease;
transition: all 0.5s ease; transition: all 0.5s ease;
z-index: 5000; z-index: 5000;
} }
:global(#wrapper.toggledLeft) #leftbarWrapper { :global(#wrapper.toggledLeft) #leftbarWrapper {
width: 250px; width: 250px;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.leftbarStatus { .leftbarStatus {
margin-top: 30px; margin-top: 30px;
...@@ -37,6 +36,10 @@ ...@@ -37,6 +36,10 @@
width: max-content; width: max-content;
text-transform: uppercase; text-transform: uppercase;
} }
#leftbarWrapper {
padding-bottom: 100px;
}
} }
@media (min-width: 992px) { @media (min-width: 992px) {
...@@ -50,13 +53,13 @@ ...@@ -50,13 +53,13 @@
letter-spacing: 0; letter-spacing: 0;
position: relative; position: relative;
width: max-content; width: max-content;
} }
#leftbarWrapper { #leftbarWrapper {
width: 250px; width: 250px;
} }
:global(#wrapper.toggledLeft) #leftbarWrapper{ :global(#wrapper.toggledLeft) #leftbarWrapper {
width: 0; width: 0;
} }
} }
...@@ -4,18 +4,18 @@ ...@@ -4,18 +4,18 @@
position: fixed; position: fixed;
right: 250px; right: 250px;
width: 0; width: 0;
margin-right: -250px; margin-right: -250px;
height: calc(100vh - 61px); height: calc(100vh - 61px);
padding-bottom: 72px; padding-bottom: 56px;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
background: #fff; background: #fff;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease; -moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease; -o-transition: all 0.5s ease;
transition: all 0.5s ease; transition: all 0.5s ease;
z-index: 5000; z-index: 5000;
} }
#rightbarWrapper::-webkit-scrollbar { #rightbarWrapper::-webkit-scrollbar {
...@@ -28,16 +28,15 @@ ...@@ -28,16 +28,15 @@
} }
:global(#wrapper.toggledRight) #rightbarWrapper { :global(#wrapper.toggledRight) #rightbarWrapper {
width: 250px; width: 250px;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.rightbarStatus { .rightbarStatus {
margin-top: 30px; margin-top: 30px;
margin-left: 16px; margin-left: 16px;
margin-right: 16px; margin-right: 16px;
margin-bottom: 0px; margin-bottom: 0px;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;
...@@ -46,6 +45,10 @@ ...@@ -46,6 +45,10 @@
width: max-content; width: max-content;
text-transform: uppercase; text-transform: uppercase;
} }
#rightbarWrapper {
padding-bottom: 100px;
}
} }
@media (min-width: 992px) { @media (min-width: 992px) {
...@@ -54,20 +57,20 @@ ...@@ -54,20 +57,20 @@
margin-left: 32px; margin-left: 32px;
margin-right: 32px; margin-right: 32px;
margin-bottom: 0px; margin-bottom: 0px;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
text-align: right; text-align: right;
color: #000000; color: #000000;
letter-spacing: 0; letter-spacing: 0;
position: relative; position: relative;
width: max-content; width: max-content;
} }
#rightbarWrapper { #rightbarWrapper {
width: 250px; width: 250px;
} }
:global(#wrapper.toggledRight) #rightbarWrapper{ :global(#wrapper.toggledRight) #rightbarWrapper {
width: 0; width: 0;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment