Skip to content

Commit 8292952

Browse files
committed
Adjust dashboard grid spacing and tile size
1 parent ae33f6f commit 8292952

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/gui/src/css/dashboard.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ body {
442442

443443
.myapps-search-wrap {
444444
position: relative;
445-
margin-bottom: 24px;
445+
margin-bottom: 40px;
446446
max-width: 360px;
447447
margin-left: auto;
448448
margin-right: auto;
@@ -517,8 +517,8 @@ body {
517517
.myapps-grid {
518518
display: grid;
519519
grid-template-columns: repeat(auto-fill, 80px);
520-
gap: 24px 20px;
521-
justify-content: start;
520+
gap: 24px 24px;
521+
justify-content: center;
522522
opacity: 1;
523523
transition: opacity 0.2s ease;
524524
}
@@ -538,8 +538,8 @@ body {
538538
}
539539

540540
.myapps-tile-icon {
541-
width: 60px;
542-
height: 60px;
541+
width: 48px;
542+
height: 48px;
543543
overflow: hidden;
544544
background: var(--dashboard-card-background);
545545
transition: transform 0.15s ease, box-shadow 0.15s ease;

0 commit comments

Comments
 (0)