ENH - enlarge home screen labels

This commit is contained in:
DerEchteAlec
2026-08-19 13:52:06 +02:00
parent de613e2502
commit 086b77e464
4 changed files with 26 additions and 6 deletions
+3 -4
View File
@@ -3132,7 +3132,6 @@ button {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 11px;
}
.app-icon--calculator {
background: linear-gradient(145deg, #76767b, #1b1b1d);
@@ -7842,11 +7841,11 @@ button {
-webkit-user-select: none;
}
.app-icon-label {
min-height: 15px;
font-size: 11.5px;
min-height: var(--sky-home-label-height);
font-size: var(--sky-home-label-font-size);
font-weight: 500;
letter-spacing: -0.15px;
line-height: 15px;
line-height: var(--sky-home-label-height);
text-align: center;
}
.springboard-edit-add {