aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-03-09 18:25:33 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-03-09 18:25:33 +0100
commit5b8c3e5bf3d52373ceead2ade79eb724fb3867c8 (patch)
tree3d126c8d8ee8834c361aa5e7adc95c6ec3692cd0 /p
parentcde1220e197e3af66556f9d54cea80ef0264383b (diff)
Fix base theme border regression
https://github.com/FreshRSS/FreshRSS/issues/2254
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 2ea058786..fb62f8d74 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -504,7 +504,10 @@ a.btn {
padding: 0px 15px;
}
.aside_feed .tree-folder-items:not(.active) {
+ border: none;
+ margin: 0;
max-height: 0;
+ padding: 0;
overflow: hidden;
}
.aside_feed .tree-folder-items .dropdown {