소스 검색

Varia: Recompiling styles

Allan Cole 6 년 전
부모
커밋
b79c70f054
3개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 0
      varia/style-editor.css
  2. 2 3
      varia/style-rtl.css
  3. 2 3
      varia/style.css

+ 4 - 0
varia/style-editor.css

@@ -134,6 +134,10 @@ body {
 	-webkit-font-smoothing: antialiased;
 }
 
+.editor-post-title__block {
+	font-size: 18px;
+}
+
 p {
 	font-size: 1em;
 	line-height: 1.78;

+ 2 - 3
varia/style-rtl.css

@@ -1371,10 +1371,9 @@ h6, .h6 {
 }
 
 img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
 	width: auto;
+	vertical-align: middle;
+	max-width: 100%;
 }
 
 .wp-block-latest-comments {

+ 2 - 3
varia/style.css

@@ -1371,10 +1371,9 @@ h6, .h6 {
 }
 
 img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
 	width: auto;
+	vertical-align: middle;
+	max-width: 100%;
 }
 
 .wp-block-latest-comments {