aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
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
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')
-rw-r--r--p/themes/Mapco/_sidebar.scss6
-rw-r--r--p/themes/Mapco/mapco.css6
-rw-r--r--p/themes/Mapco/mapco.rtl.css6
3 files changed, 15 insertions, 3 deletions
diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss
index eeade7a7a..223deed39 100644
--- a/p/themes/Mapco/_sidebar.scss
+++ b/p/themes/Mapco/_sidebar.scss
@@ -262,8 +262,12 @@
}
/*=== 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: $sid-pills;
border-radius: 12px;
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;
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 615d425b1..868766236 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.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 0 0 1rem;
+ margin: -0.25rem 0 0 1rem;
padding: 0 0.75rem;
background: rgba(0, 0, 0, 0.25);
border-radius: 12px;