fix(frontend): バナー画像のサイズがおかしい問題を修正 (#16627)
* fix(frontend): バナー画像のサイズがおかしい問題を修正 * Update Changelog
This commit is contained in:
parent
917def4e13
commit
21ed2e3002
|
@ -4,7 +4,7 @@
|
|||
-
|
||||
|
||||
### Client
|
||||
-
|
||||
- Fix: バナー画像の幅が表示領域と一致していない問題を修正
|
||||
|
||||
### Server
|
||||
-
|
||||
|
|
|
@ -382,6 +382,7 @@ onDeactivated(disposeBannerParallaxResizeObserver);
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 300%;
|
||||
background-size: 100% auto;
|
||||
background-color: #4c5e6d;
|
||||
background-repeat: repeat-y;
|
||||
background-position: center;
|
||||
|
|
Loading…
Reference in New Issue