소스 검색

Update sidebar popup to new width

Denis K 9 년 전
부모
커밋
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%;
     }