Skip to content

Commit

Permalink
Merge branch 'master' into update/css-optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive authored Feb 9, 2024
2 parents db809ca + b039902 commit 903b5ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _g3/assets/_scss/project/_site-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ $logo_bottom_margin:1rem;
img {
margin-left:0;
}
a {
display: block; // 「ヘッダーレイアウト」の「ナビゲーション回り込み」の時のロゴのリンクエリアが広くならないための設定
width: fit-content; // 同上
}
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

[ Bug Fix ] Fixed the header layout where the logo link area is wider when the navigation wraps around.
[ Specification Change ][ G3 ] Adjusting the preview mode for the VK Blocks Slider Block.
[ Other ] Update CSS optimizer 0.2.2

v15.19.1
[ Bug Fix ] Fixed the logo link area issue when using the header logo center layout(G3 Pro Unit).
[ G3 ][ Bug Fix ] Fixed the logo link area issue when using the header logo center layout(G3 Pro Unit).

v15.19.0
[ Specification Change / Bug Fix ] Security update ( Update TGM & import from composer )
Expand Down

0 comments on commit 903b5ef

Please sign in to comment.