Skip to content

Commit

Permalink
Merge pull request #1180 from vektor-inc/g3_widget_recent_entries_pad…
Browse files Browse the repository at this point in the history
…ding

[ 最新の投稿ウィジェット ]「CSS微修正」  最新の投稿ウィジェットのliのpaddingをnoneにしました
  • Loading branch information
kurudrive authored Sep 18, 2024
2 parents a3b0116 + ff2ee3d commit b49bcf4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
11 changes: 11 additions & 0 deletions _g2/design-skin/origin2/_scss/_outer_origin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,14 @@ footer.siteFooter .widget .tagcloud a {
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.8);
}

/*-------------------------------------------*/
/* .wp-block-latest-posts Reset css
/*-------------------------------------------*/
.widget_recent_entries .wp-block-latest-posts li{
padding:unset;
border-bottom: unset;
&>a{
margin-bottom: 0;
}
}
2 changes: 1 addition & 1 deletion _g2/design-skin/origin2/css/style.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions _g3/assets/_scss/components/_widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
}
li {
margin-top:0.8em;
margin-top:0.8em;
}
&:last-child(){
&:last-child{
margin-bottom:0;
}
}
Expand Down Expand Up @@ -111,4 +110,7 @@
display:block; overflow:hidden;
font-size:var(--vk-size-text-xs);
}
li{
padding: unset;
}
}
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.

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ https://www.vektor-inc.co.jp/inquiry/


== Changelog ==
[ G3 / G2 ][ Design Bug Fix ] Fixed padding of recent entries widget li to none

v15.26.3
[ G3 ][ Bug fix ] Fixed an issue where the WooCommerce CSS file failed to load on the edit screen when using WooCommerce.
Expand Down

0 comments on commit b49bcf4

Please sign in to comment.