Fix bottom tab text clipping — increase horizontal padding 2px→6px
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@
|
||||
}
|
||||
.tab-btn {
|
||||
flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
|
||||
gap: 2px; padding: 8px 2px 6px; border: none; background: transparent;
|
||||
gap: 2px; padding: 8px 6px 6px; border: none; background: transparent;
|
||||
color: var(--text2); font-size: 10px; font-weight: 600; cursor: pointer;
|
||||
transition: color 0.15s; -webkit-tap-highlight-color: transparent;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user