mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
FIX: inconsistant width when hovering on left sidebar items
This commit is contained in:
parent
860b2acf48
commit
9bbb54e228
1 changed files with 4 additions and 0 deletions
4
user.css
4
user.css
|
|
@ -1119,6 +1119,10 @@ span.main-userWidget-displayName,
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.main-rootlist-rootlist .main-navBar-navBarItem:hover::before {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.main-navBar-navBarLinkActive,
|
||||
.main-collectionLinkButton-selected {
|
||||
border-radius: var(--image-radius);
|
||||
|
|
|
|||
Loading…
Reference in a new issue