浏览代码

Add built CSS

apeatling 5 年之前
父节点
当前提交
7d5fd47e82
共有 1 个文件被更改,包括 5 次插入1 次删除
  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;
 }