Skip to content

Commit

Permalink
Merge pull request #1135 from vektor-inc/fix/editor-title-align
Browse files Browse the repository at this point in the history
[ Change version ] 15.21.1 [ G3 with theme.json ] Fixed the alignment issue of the title in the post editing screen.
  • Loading branch information
kurudrive authored Apr 3, 2024
2 parents d56d4a9 + 4f583c4 commit f489f83
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions _g3/assets/_scss/block/_block_editor.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// editor only

.editor-post-title { // Attend to 6.5 with theme.json
margin-left:auto;
margin-right:auto;
}
.edit-post-visual-editor .editor-styles-wrapper {
.wp-block-table {
thead {
Expand Down
2 changes: 1 addition & 1 deletion _g3/assets/css/editor.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
=== Lightning ===
Lightning WordPress theme, Copyright (C) 2015-2023 Vektor,Inc.
Lightning WordPress theme, Copyright (C) 2015-2024 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
Tested up to: 6.5
Stable tag: 15.21.0
Stable tag: 15.21.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==
Lightning is a very simple theme.
Official site : https://lightning.vektor-inc.co.jp/en
Sample site : https://demo.lightning.nagoya/
Official site : https://lightning.vektor-inc.co.jp/

=== Tags ===
white, red, blue, black, green, orange, purple, two-columns, right-sidebar, one-columns, responsive, custom-colors, custom-menu, editor-style,theme-options
Expand Down Expand Up @@ -38,6 +37,9 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

v15.21.1
[ G3 with theme.json ] Fixed the alignment issue of the title in the post editing screen.

v15.21.0
[ G3 ][ 6.5 ] Attend to aspectRatio
[ G3 ][ 6.5 ] Attend to backgroundSize
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.21.0
Version: 15.21.1
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 5.6.0
Expand Down

0 comments on commit f489f83

Please sign in to comment.