Browse Source

adjust DrawerToggler layout

Yuki Takei 5 years ago
parent
commit
f1029c352b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/client/styles/scss/_sidebar.scss

+ 4 - 1
src/client/styles/scss/_sidebar.scss

@@ -184,9 +184,12 @@
 
 
     @include media-breakpoint-down(sm) {
     @include media-breakpoint-down(sm) {
       bottom: 15px;
       bottom: 15px;
+      width: 42px;
+      height: 42px;
+      font-size: 18px;
     }
     }
     @include media-breakpoint-up(md) {
     @include media-breakpoint-up(md) {
-      top: 15px;
+      top: 72px;
       width: 50px;
       width: 50px;
       height: 50px;
       height: 50px;
       font-size: 24px;
       font-size: 24px;