Browse Source

Add built CSS

apeatling 5 years ago
parent
commit
7d5fd47e82
1 changed files with 5 additions and 1 deletions
  1. 5 1
      varia/style-editor.css

+ 5 - 1
varia/style-editor.css

@@ -1020,6 +1020,10 @@ table th,
 	}
 }
 
+.a8c-template-editor .block-editor-block-list__block-edit [data-block] {
+	margin: 12px 0 0 0;
+}
+
 .template-block .fse-template-part {
 	padding: 16px;
 }
@@ -1038,7 +1042,7 @@ table th,
 	display: none;
 }
 
-.template-block .fse-template-part .wp-block-column .block-editor-block-list__layout [data-type='a8c/site-title']:first-child .site-title:not([data-align='full']) {
+.template-block .fse-template-part .wp-block-column .block-editor-block-list__layout [data-type='a8c/site-title']:first-child .site-title {
 	margin-top: 0;
 }