Increase myapps tile size to 100px

This commit is contained in:
jelveh
2026-07-06 19:37:46 -07:00
parent ad4e21ee61
commit 2843010a97
+3 -3
View File
@@ -743,7 +743,7 @@ input.myapps-search::placeholder {
.myapps-grid {
display: grid;
grid-template-columns: repeat(auto-fill, 80px);
grid-template-columns: repeat(auto-fill, 100px);
gap: 32px 32px;
justify-content: center;
opacity: 1;
@@ -759,7 +759,7 @@ input.myapps-search::placeholder {
flex-direction: column;
align-items: center;
cursor: pointer;
width: 80px;
width: 100px;
-webkit-user-select: none;
user-select: none;
overflow: visible !important;
@@ -807,7 +807,7 @@ input.myapps-search::placeholder {
color: var(--dashboard-text-heading);
text-align: center;
line-height: 1.3;
max-width: 80px;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;