aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-12-31 13:19:16 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-31 13:19:16 +0100
commita29f161e44aeeaa96f59ba9d97357b6e7657a508 (patch)
tree5faef4ba96da5d7ece09daaa074188e92536e46b /p/themes/Mapco/mapco.css
parent5cac8cce7426bf8fe654bb4bebe586ffc661f68f (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.css6
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;