瀏覽代碼

Merge pull request #2607 from Automattic/update/spearhead-widgets

Spearhead: Remove the margins from lists in widgets
Jeff Ong 4 年之前
父節點
當前提交
d2140324ae
共有 4 個文件被更改,包括 12 次插入0 次删除
  1. 4 0
      spearhead/assets/sass/_meta.scss
  2. 4 0
      spearhead/style-rtl.css
  3. 4 0
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 4 - 0
spearhead/assets/sass/_meta.scss

@@ -3,3 +3,7 @@
     padding-top: 0;
     border: none;
 }
+
+.widget ul {
+	padding: 0;
+}

+ 4 - 0
spearhead/style-rtl.css

@@ -518,4 +518,8 @@ ul.wp-block-categories,
 	margin-top: calc( var(--global--spacing-vertical) / 2);
 	padding-top: 0;
 	border: none;
+}
+
+.widget ul {
+	padding: 0;
 }

+ 4 - 0
spearhead/style.css

@@ -520,4 +520,8 @@ ul.wp-block-categories,
 	border: none;
 }
 
+.widget ul {
+	padding: 0;
+}
+
 /*# sourceMappingURL=style.css.map */

文件差異過大導致無法顯示
+ 0 - 0
spearhead/style.css.map


部分文件因文件數量過多而無法顯示