fix: 메인 모바일 겹침과 전용 아이콘 배경을 바로잡는다

This commit is contained in:
2026-08-28 06:56:44 +00:00
parent f43a1db136
commit c741ef4be5
5 changed files with 177 additions and 10 deletions
+1 -2
View File
@@ -1065,7 +1065,7 @@ button {
@media (max-width: 939.98px) {
.main-mobile-bottom-spacer {
height: 45px;
height: calc(61px + env(safe-area-inset-bottom));
}
.main-page {
@@ -1100,7 +1100,6 @@ button {
}
.mobile-message-panel {
height: 1394.5px;
margin-bottom: -10px;
}
}