Explorar el Código

Fix base theme border regression

https://github.com/FreshRSS/FreshRSS/issues/2254
Alexandre Alapetite hace 7 años
padre
commit
5b8c3e5bf3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      p/themes/base-theme/template.css

+ 3 - 0
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 {