Переглянути джерело

Update sidebar popup to new width

Denis K 8 роки тому
батько
коміт
37cf4ee53a
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      jet/static/jet/css/_sidebar.scss

+ 4 - 2
jet/static/jet/css/_sidebar.scss

@@ -421,8 +421,10 @@
     -webkit-overflow-scrolling: touch;
 
     @include for-mobile {
-      min-width: 280px;
-      max-width: 360px;
+      width: 360px;
+    }
+
+    @include for-phone {
       width: 80%;
     }