Selaa lähdekoodia

Merge pull request #926 from Automattic/fix/issue-886

Elegant Business: #886 - fixes style mismatches for editor.
Jeffrey Pearce 6 vuotta sitten
vanhempi
commit
6239972cda

+ 9 - 1
elegant-business/style-editor.css

@@ -225,6 +225,7 @@ figcaption,
 		width: 1em;
 		width: 1em;
 	}
 	}
 */
 */
+  font-size: 22px;
 }
 }
 
 
 .editor-post-title__block:before {
 .editor-post-title__block:before {
@@ -238,8 +239,15 @@ figcaption,
 
 
 .editor-post-title__block .editor-post-title__input {
 .editor-post-title__block .editor-post-title__input {
   font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
   font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
-  font-size: 2.8125em;
+  font-size: 1.6875em;
   font-weight: 700;
   font-weight: 700;
+  text-align: center;
+}
+
+@media only screen and (min-width: 768px) {
+  .editor-post-title__block .editor-post-title__input {
+    font-size: 2.25em;
+  }
 }
 }
 
 
 /** === Default Appender === */
 /** === Default Appender === */

+ 6 - 2
elegant-business/style-editor.scss

@@ -201,7 +201,7 @@ figcaption,
 
 
 .editor-post-title__block {
 .editor-post-title__block {
 	@include post-section-dash;
 	@include post-section-dash;
-
+	font-size: $font__size_base;
 	&:before {
 	&:before {
 		width: $font__size-xxl;
 		width: $font__size-xxl;
 		margin-top: 0;
 		margin-top: 0;
@@ -213,8 +213,12 @@ figcaption,
 
 
 	.editor-post-title__input {
 	.editor-post-title__input {
 		font-family: $font__heading;
 		font-family: $font__heading;
-		font-size: $font__size-xxl;
+		font-size: $font__size-lg;
+		@include media(tablet) {
+			font-size: $font__size-xl;
+		}
 		font-weight: 700;
 		font-weight: 700;
+		text-align: center;
 	}
 	}
 }
 }
 
 

+ 1 - 1
elegant-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Template: twentynineteen
 Template: twentynineteen
 Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
 Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1
+Version: 1.2
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: LICENSE
 License URI: LICENSE
 Text Domain: elegant-business
 Text Domain: elegant-business