We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221fe18 commit be046d5Copy full SHA for be046d5
2 files changed
src/css/link.css
@@ -588,7 +588,6 @@
588
font-size: var(--link-item-display-name-size);
589
font-family: var(--font-regular);
590
color: rgb(var(--theme-gray-12));
591
- flex-basis: 1%;
592
display: none;
593
transition: color var(--layout-timing-extra-fast);
594
}
src/index.html
@@ -1085,7 +1085,7 @@ <h1 class="menu-item-header-text">Bookmarks</h1>
1085
</div>
1086
1087
<div class="button-wrap">
1088
- <button class="control-link-item-display-gutter-default button mb-0" tabindex="-1">Default vertical translate</button>
+ <button class="control-link-item-display-gutter-default button mb-0" tabindex="-1">Default content gutter</button>
1089
1090
1091
<hr>
0 commit comments