mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-25 15:37:12 +00:00
Increase myapps tile size to 100px
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user