aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.rtl.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/base-theme/template.rtl.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/base-theme/template.rtl.css')
-rw-r--r--p/themes/base-theme/template.rtl.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 6770a248c..22851985a 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -577,17 +577,13 @@ a.btn {
transition: max-height .3s linear;
}
-.tree-folder-title {
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-
.tree-folder-title .title {
display: inline-block;
width: 100%;
vertical-align: middle;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
.tree-folder-items > .item {
@@ -673,6 +669,10 @@ input[type="search"] {
width: calc(100% - 35px);
}
+.aside_feed .category .title:not([data-unread="0"]) {
+ width: calc(100% - 35px - 20px);
+}
+
.aside_feed .tree-folder-title .icon {
padding: 5px;
}