Просмотр исходного кода

Tweak mobile sidebar icon margins

Denis K 8 лет назад
Родитель
Сommit
408b6d2075
1 измененных файлов с 5 добавлено и 1 удалено
  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;
+          }
         }
       }