瀏覽代碼

Tweak mobile sidebar icon margins

Denis K 8 年之前
父節點
當前提交
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 & {
         html.touchevents & {
           position: static;
           position: static;
           padding: 6px;
           padding: 6px;
-          margin-top: 6px;
+          margin-top: 2px;
           font-size: 18px;
           font-size: 18px;
+
+          @include for-mobile {
+            margin-top: 6px;
+          }
         }
         }
       }
       }