Просмотр исходного кода

Update sidebar popup to new width

Denis K 9 лет назад
Родитель
Сommit
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%;
     }