diff options
| author | 2021-12-31 13:19:16 +0100 | |
|---|---|---|
| committer | 2021-12-31 13:19:16 +0100 | |
| commit | a29f161e44aeeaa96f59ba9d97357b6e7657a508 (patch) | |
| tree | 5faef4ba96da5d7ece09daaa074188e92536e46b /p/themes/Mapco/mapco.css | |
| parent | 5cac8cce7426bf8fe654bb4bebe586ffc661f68f (diff) | |
fixed: Left navigation with long category names (#4055)
* fixed CSS
* fixed themes Ansum and Mapco
* fixed syntax
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 3201e2855..8edaf81c4 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -744,8 +744,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 1rem 0 0; + margin: -0.25rem 1rem 0 0; padding: 0 0.75rem; background: rgba(0, 0, 0, 0.25); border-radius: 12px; |
