1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 08:36:00 +02:00

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
2 changed files with 2 additions and 1 deletions

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;