릴리스: v1.2.25 홈 썸네일과 하단 액션 고정 보정

This commit is contained in:
2026-03-30 18:41:48 +09:00
parent 26d7e4c4a8
commit df46e43da5
7 changed files with 52 additions and 8 deletions

View File

@@ -787,7 +787,10 @@ watch(
.leftRail__bottom {
justify-content: stretch;
margin-bottom: 56px;
height: auto;
min-height: 56px;
padding-bottom: 56px;
align-items: flex-start;
}
.adminButton {
@@ -887,7 +890,10 @@ watch(
}
.rightRail__bottom {
margin-bottom: 56px;
height: auto;
min-height: 56px;
padding-bottom: 56px;
align-items: flex-start;
}
.rightRailAction__button {