Explorar el Código

Tweak mobile sidebar icon margins

Denis K hace 8 años
padre
commit
408b6d2075
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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;
+          }
         }
       }