Increase dashboard directory icon size

Adjusts the directory icon width in the dashboard files section from 28px to 35px for improved visibility.
This commit is contained in:
jelveh
2026-07-22 21:45:09 -07:00
parent bbc86e7b70
commit 695862c61f
+1 -1
View File
@@ -1430,7 +1430,7 @@ body.myapps-reordering .myapps-tile {
}
.dashboard-section-files .directories li img {
width: 28px;
width: 35px;
height: auto;
}