Skip to content

Commit

Permalink
Merge branch 'master' into fix/editor-width-narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
goutetsuguma authored Jan 6, 2025
2 parents 1687253 + da7f0ed commit 347e463
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions _g3/assets/_scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ $xs-max: 575.98px;
$sm-max: 767.98px;
$md-max: 991.98px;
$lg-max: 1199.98px;
$xl-max: 1399.98px;

$sm-min: 576px;
$md-min: 768px;
$lg-min: 992px;
$xl-min: 1200px;
$xxl-min: 1400px;

$containter-padding:15px;

Expand Down
3 changes: 1 addition & 2 deletions _g3/assets/_scss/overwrite/_vk-components.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../../vendor/vektor-inc/vk-component/src/assets/scss/variables.scss";
.vk_post_imgOuter_singleTermLabel {
padding:0.7em 1.2em;
}
Expand Down Expand Up @@ -64,7 +63,7 @@
@media (min-width: $sm-min) {
padding: 1.5rem 0;
&:first-child {
border-top: $border_primary;
border-top: var(--vk-color-border-hr);
}
.media-img {
margin-right: 1.4rem;
Expand Down
2 changes: 1 addition & 1 deletion _g3/assets/_scss/project/_entry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
display: inline-block;
padding: 0;
margin-right:0.8em;
color: $color_font_default;
color: var(--vk-color-text-body);
}
}
} // .entry-meta-dataList
2 changes: 1 addition & 1 deletion _g3/assets/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g3/assets/css/style-theme-json.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g3/assets/css/style.css

Large diffs are not rendered by default.

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

Expand Down Expand Up @@ -37,6 +37,10 @@ [email protected]

[ G3 ][ Bug fix ] Fix block width on editor with narrow screen.

v15.29.3
[ Bug fix ][ G3 ] Fix prev next design on post page.


v15.29.2
[ Specification Change ] Load vk-component from composer.

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.29.2
Version: 15.29.3
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Expand Down

0 comments on commit 347e463

Please sign in to comment.