mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-27 08:19:03 +01:00
[bug] fix link item name width
This commit is contained in:
parent
221fe187d5
commit
be046d50d7
@ -588,7 +588,6 @@
|
||||
font-size: var(--link-item-display-name-size);
|
||||
font-family: var(--font-regular);
|
||||
color: rgb(var(--theme-gray-12));
|
||||
flex-basis: 1%;
|
||||
display: none;
|
||||
transition: color var(--layout-timing-extra-fast);
|
||||
}
|
||||
|
@ -1085,7 +1085,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="button-wrap">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user