Kaynağa Gözat

Update sidebar popup to new width

Denis K 8 yıl önce
ebeveyn
işleme
37cf4ee53a
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  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%;
     }