Browse Source

Tweak mobile sidebar icon margins

Denis K 8 years ago
parent
commit
408b6d2075
1 changed files with 5 additions and 1 deletions
  1. 5 1
      jet/static/jet/css/_sidebar.scss

+ 5 - 1
jet/static/jet/css/_sidebar.scss

@@ -285,8 +285,12 @@
         html.touchevents & {
           position: static;
           padding: 6px;
-          margin-top: 6px;
+          margin-top: 2px;
           font-size: 18px;
+
+          @include for-mobile {
+            margin-top: 6px;
+          }
         }
       }