diff options
Diffstat (limited to 'p/themes/Ansum/ansum.rtl.css')
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index b718a9218..0142968ce 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -741,8 +741,12 @@ form th { } /*=== Aside main page (categories) */ +.aside_feed .tree-folder-title > .title:not([data-unread="0"]) { + width: calc(100% - 35px - 35px); +} + .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after { - margin: -0.5rem 0 0 1rem; + margin: -0.25rem 0 0 1rem; padding: 0 0.75rem; background: rgba(35, 35, 0, 0.15); border-radius: 12px; |
