Skip to content

Commit c9ef61b

Browse files
authored
Merge pull request #81 from xconnio/dock-icons-bigger
make dock icons bigger
2 parents 0f0bf4c + 9970937 commit c9ef61b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/AppDock.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,13 +453,13 @@ onUnmounted(() => window.removeEventListener('click', onWindowClick, true))
453453
display: flex;
454454
align-items: center;
455455
justify-content: center;
456-
width: 56px;
457-
height: 56px;
456+
width: 46px;
457+
height: 46px;
458458
border: none;
459-
border-radius: 12px;
459+
border-radius: 10px;
460460
background: #eef2f6;
461461
color: #475569;
462-
font-size: 1.6rem;
462+
font-size: 2rem;
463463
cursor: pointer;
464464
flex-shrink: 0;
465465
transition: background 0.13s ease, transform 0.1s ease;

0 commit comments

Comments
 (0)