Merge branch 'dev'
This commit is contained in:
@@ -74,7 +74,7 @@ function goSettings() {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: space-around;
|
||||
height: 56px;
|
||||
height: 62px;
|
||||
padding-bottom: env(safe-area-inset-bottom, 0);
|
||||
background: var(--color-background-soft);
|
||||
border-top: 1px solid var(--color-border);
|
||||
@@ -85,18 +85,22 @@ function goSettings() {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.15rem;
|
||||
gap: 0.25rem;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: var(--color-text);
|
||||
cursor: pointer;
|
||||
font-size: 0.68rem;
|
||||
opacity: 0.78;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 500;
|
||||
opacity: 0.92;
|
||||
transition: opacity 0.15s ease, color 0.15s ease;
|
||||
}
|
||||
.nav-btn span {
|
||||
line-height: 1;
|
||||
}
|
||||
.nav-btn svg {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
.nav-btn:hover {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user