Procházet zdrojové kódy

Canard: Fix issue with seperator block styles.

Laurel Fulford před 6 roky
rodič
revize
8fb281ea23
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      canard/blocks.css

+ 1 - 5
canard/blocks.css

@@ -262,7 +262,7 @@ hr.wp-block-separator {
 	max-width: 66%;
 }
 
-.wp-block-separator:not(.is-style-wide) {
+.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
 	margin-left: auto;
 	margin-right: auto;
 	max-width: 100px;
@@ -272,10 +272,6 @@ hr.wp-block-separator {
 	max-width: 100%;
 }
 
-.wp-block-separator.is-style-dots::before {
-	padding-left: 0;
-}
-
 /*--------------------------------------------------------------
 5.0 Blocks - Widget Blocks
 --------------------------------------------------------------*/