Selaa lähdekoodia

Rockfield: Center editor post title

Thomas Guillot 5 vuotta sitten
vanhempi
commit
68e345b250
2 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 4 0
      rockfield/sass/style-child-theme-editor.scss
  2. 4 0
      rockfield/style-editor.css

+ 4 - 0
rockfield/sass/style-child-theme-editor.scss

@@ -35,6 +35,10 @@
 /**
  * Extras
  */
+ .editor-post-title__input {
+ 	text-align: center;
+ }
+ 
 .wp-block-pullquote {
 	border-bottom-width: 1px;
 }

+ 4 - 0
rockfield/style-editor.css

@@ -865,6 +865,10 @@ table th,
 /**
  * Extras
  */
+.editor-post-title__input {
+	text-align: center;
+}
+
 .wp-block-pullquote {
 	border-bottom-width: 1px;
 }