Fix bottom tab text clipping — increase horizontal padding 2px→6px

This commit is contained in:
2026-05-25 23:17:07 -04:00
parent faacf0bce9
commit d3e1068e1f
+1 -1
View File
@@ -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;