소스 검색

update css

SyuanYu 2 년 전
부모
커밋
22eb2d3702

+ 5 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -4564,6 +4564,11 @@ input[type=search]::-webkit-search-cancel-button {
     padding: 0 6px;
   }
 }
+@media screen and (max-width: 475px) {
+  .furniture-design .mobile-tab .all-tab {
+    width: 40%;
+  }
+}
 .furniture-design .mobile-tab #all-design-tab {
   margin: 0 0.3rem;
   text-align: center;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 3 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -4469,6 +4469,9 @@ input[type="search"]::-webkit-search-cancel-button {
     @media screen and (max-width: 575px) {
       padding: 0 6px;
     }
+    @media screen and (max-width: 475px) {
+      width: 40%;
+    }
   }
   #all-design-tab {
     margin: 0 0.3rem;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.