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 9180aa0 commit 2fe99f8Copy full SHA for 2fe99f8
src/content/header/sidebar-server.scss
@@ -60,5 +60,7 @@
60
@extend %title-2;
61
62
color: inherit;
63
+ line-height: 1;
64
+ padding-inline: var(--spacing);
65
margin: auto;
66
}
src/popovers/menu.scss
@@ -27,6 +27,10 @@
27
margin-inline-start: calc(var(--spacing) + popover.$icon-size - 2px);
28
29
30
+.hintContainer_c1e9c4 {
31
+ color: var(--window_fg_muted);
32
+}
33
+
34
.icon_c1e9c4 {
35
display: none;
36
0 commit comments