mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1101 from omnivore-app/fix/1096
Fix/1096 - Added line seprator above labels and subscriptions
This commit is contained in:
commit
b2f511b160
1 changed files with 9 additions and 1 deletions
|
|
@ -25,6 +25,14 @@
|
|||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu:before {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 90%;
|
||||
border: 0.5px solid var(--colors-grayBg);
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
|
||||
width: 20px;
|
||||
min-width: 0;
|
||||
|
|
@ -37,7 +45,7 @@
|
|||
.pro-menu
|
||||
.pro-menu-item:hover:not(.pro-sub-menu) {
|
||||
background-color: var(--colors-libraryActiveMenuItem);
|
||||
width: 90%;
|
||||
width: 95%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue