- 라벨 0.68→0.8rem·굵기 500·불투명도 0.92, 아이콘 22→25px, 바 높이 56→62px - 텍스트가 너무 작아 메뉴 구분이 안 되던 문제 해소 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -74,7 +74,7 @@ function goSettings() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
height: 56px;
|
height: 62px;
|
||||||
padding-bottom: env(safe-area-inset-bottom, 0);
|
padding-bottom: env(safe-area-inset-bottom, 0);
|
||||||
background: var(--color-background-soft);
|
background: var(--color-background-soft);
|
||||||
border-top: 1px solid var(--color-border);
|
border-top: 1px solid var(--color-border);
|
||||||
@@ -85,18 +85,22 @@ function goSettings() {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 0.15rem;
|
gap: 0.25rem;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.68rem;
|
font-size: 0.8rem;
|
||||||
opacity: 0.78;
|
font-weight: 500;
|
||||||
|
opacity: 0.92;
|
||||||
transition: opacity 0.15s ease, color 0.15s ease;
|
transition: opacity 0.15s ease, color 0.15s ease;
|
||||||
}
|
}
|
||||||
|
.nav-btn span {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
.nav-btn svg {
|
.nav-btn svg {
|
||||||
width: 22px;
|
width: 25px;
|
||||||
height: 22px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
.nav-btn:hover {
|
.nav-btn:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user