diff options
| author | 2019-03-09 18:25:33 +0100 | |
|---|---|---|
| committer | 2019-03-09 18:25:33 +0100 | |
| commit | 5b8c3e5bf3d52373ceead2ade79eb724fb3867c8 (patch) | |
| tree | 3d126c8d8ee8834c361aa5e7adc95c6ec3692cd0 | |
| parent | cde1220e197e3af66556f9d54cea80ef0264383b (diff) | |
Fix base theme border regression
https://github.com/FreshRSS/FreshRSS/issues/2254
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
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 { |
