فهرست منبع

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%;
     }