Browse Source

#5706: Dara: Fix social icons widget shapes (#6240)

* #5706: Dara: Fix social icons widget shapes

* #5706: Dyad 2: Fix social icons widget shapes
Bob Matyas 3 years ago
parent
commit
18c3ac7eba
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dara/style.css
  2. 1 1
      dyad-2/style.css

+ 1 - 1
dara/style.css

@@ -894,7 +894,7 @@ textarea {
 	list-style: none;
 	margin: 0;
 }
-.widget:not(.widget_text) ul > li,
+.widget:not(.widget_text) ul:not(.wp-block-social-links) > li,
 .widget:not(.widget_text) ol > li {
 	padding: 0.8em 0;
 }

+ 1 - 1
dyad-2/style.css

@@ -3082,7 +3082,7 @@ object {
 	margin: 0;
 }
 
-.widget ul li {
+.widget ul:not(.wp-block-social-links) li {
 	border-bottom: 1px solid #363b40;
 	border-top: 1px solid #363b40;
 	padding: 8px 0;