We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae33f6f commit 8292952Copy full SHA for 8292952
1 file changed
src/gui/src/css/dashboard.css
@@ -442,7 +442,7 @@ body {
442
443
.myapps-search-wrap {
444
position: relative;
445
- margin-bottom: 24px;
+ margin-bottom: 40px;
446
max-width: 360px;
447
margin-left: auto;
448
margin-right: auto;
@@ -517,8 +517,8 @@ body {
517
.myapps-grid {
518
display: grid;
519
grid-template-columns: repeat(auto-fill, 80px);
520
- gap: 24px 20px;
521
- justify-content: start;
+ gap: 24px 24px;
+ justify-content: center;
522
opacity: 1;
523
transition: opacity 0.2s ease;
524
}
@@ -538,8 +538,8 @@ body {
538
539
540
.myapps-tile-icon {
541
- width: 60px;
542
- height: 60px;
+ width: 48px;
+ height: 48px;
543
overflow: hidden;
544
background: var(--dashboard-card-background);
545
transition: transform 0.15s ease, box-shadow 0.15s ease;
0 commit comments