fix(frontend): バナー画像のサイズがおかしい問題を修正 (#16627)

* fix(frontend): バナー画像のサイズがおかしい問題を修正

* Update Changelog
This commit is contained in:
かっこかり 2025-10-09 09:28:27 +09:00 committed by GitHub
parent 917def4e13
commit 21ed2e3002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
-
### Client
-
- Fix: バナー画像の幅が表示領域と一致していない問題を修正
### Server
-

View File

@ -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;