We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc02de commit 266ba03Copy full SHA for 266ba03
src/styles/tailwind.css
@@ -53,7 +53,6 @@
53
stroke-dashoffset: 0;
54
}
55
56
-
57
58
@layer utilities {
59
.bg-background {
@@ -70,8 +69,8 @@
70
69
71
.bottom-padding-nav {
72
padding-bottom: calc(
73
- env(safe-area-inset-bottom, 16px) + 16px
74
- ); /* 기본 16px, 홈 인디케이터 대응 */
+ env(safe-area-inset-bottom, 20px) + 20px
+ ); /* 기본 20px, 홈 인디케이터 대응 */
75
76
.bottom-padding-chat {
77
padding-bottom: calc(env(safe-area-inset-bottom, 16px) + 92px);
0 commit comments