mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-08 16:21:40 +00:00
Increase myapps tile icon size to 60px
Update .myapps-tile-icon width and height from 52px to 60px to improve icon visibility and better match the updated UI design. Other styles (overflow, background, transitions) are left unchanged.
This commit is contained in:
@@ -766,8 +766,8 @@ input.myapps-search::placeholder {
|
||||
}
|
||||
|
||||
.myapps-tile-icon {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
overflow: hidden;
|
||||
background: var(--dashboard-card-background);
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
|
||||
Reference in New Issue
Block a user