mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix/1096 - Added line seprator above labels and subscriptions
This commit is contained in:
parent
339be5304f
commit
c2ccc81e68
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu {
|
||||
border-top: 1px solid var(--colors-grayBg);
|
||||
}
|
||||
|
||||
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
|
||||
width: 20px;
|
||||
min-width: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue