diff options
Diffstat (limited to 'p/themes/Mapco/_sidebar.scss')
| -rw-r--r-- | p/themes/Mapco/_sidebar.scss | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss index 0e749b603..c4a3003c2 100644 --- a/p/themes/Mapco/_sidebar.scss +++ b/p/themes/Mapco/_sidebar.scss @@ -79,19 +79,6 @@ color: variables.$sid-font-color; } } - - .feed .item-title:not([data-unread="0"])::before { - margin: 11px 6px 0 4px; - padding: 3px 4px; - background: variables.$sid-pills; - display: block; - float: left; - font-size: 0.75rem; - border-radius: 12px; - content: attr(data-unread); - text-align: center; - line-height: 0.75rem; - } } } } @@ -272,15 +259,14 @@ width: calc(100% - 35px - 35px); } -.aside_feed .tree-folder-title > .title:not([data-unread="0"])::after { - margin: -0.25rem 1rem 0 0; - padding: 0 0.75rem; - background: variables.$sid-pills; - border-radius: 12px; - position: absolute; - right: 0; - line-height: 1.5rem; - text-align: center; +.aside.aside_feed .category .title:not([data-unread="0"])::after { + margin: 1.5em 0 0 0; + background-color: variables.$sid-pills; +} + +.aside.aside_feed .feed .item-title:not([data-unread="0"])::after { + margin: 0.5em 0 0 0; + background-color: variables.$sid-pills; } .feed.item.empty.active { |
