Skip to content

Commit 2fe99f8

Browse files
committed
fix: dim menu shortcut & better server name spacing
1 parent 9180aa0 commit 2fe99f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/content/header/sidebar-server.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@
6060
@extend %title-2;
6161

6262
color: inherit;
63+
line-height: 1;
64+
padding-inline: var(--spacing);
6365
margin: auto;
6466
}

src/popovers/menu.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
margin-inline-start: calc(var(--spacing) + popover.$icon-size - 2px);
2828
}
2929

30+
.hintContainer_c1e9c4 {
31+
color: var(--window_fg_muted);
32+
}
33+
3034
.icon_c1e9c4 {
3135
display: none;
3236
}

0 commit comments

Comments
 (0)