diff options
| author | 2022-10-29 22:24:03 +0200 | |
|---|---|---|
| committer | 2022-10-29 22:24:03 +0200 | |
| commit | 024495fb1f991d29344c3ccce3c228102d0c0408 (patch) | |
| tree | fbebbeb6fe97f99054d8abf7d7cc7a8169fb943d /p/themes/Mapco/mapco.rtl.css | |
| parent | fc3ed3662ad18fab3887fd5897bb7aeb065dd0f2 (diff) | |
fix: unread counter (#4788)
* fix
* fix
* fix
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 16e9fc8d2..5b1a980c3 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -474,7 +474,7 @@ form th { border-bottom: 1px solid #3f3f3f; } .tree .tree-folder .tree-folder-title { - padding: 12px 16px; + padding: 1rem; background: #303136; position: relative; font-size: 0.85rem; @@ -628,7 +628,7 @@ form th { } .aside.aside_feed .category .title:not([data-unread="0"])::after { - margin: 1.5em 0 0 0; + margin: 1rem 0 0 0; background-color: rgba(0, 0, 0, 0.25); } |
