Sfoglia il codice sorgente

Fix very long tree-folder-items (#4502)

#fix https://github.com/FreshRSS/FreshRSS/issues/4217
Alexandre Alapetite 3 anni fa
parent
commit
839fddaba9

+ 0 - 1
p/themes/base-theme/template.css

@@ -871,7 +871,6 @@ li.drag-hover {
 
 .tree-folder-items {
 	padding: 0;
-	max-height: 200em;
 	list-style: none;
 	transition: max-height .3s linear;
 }

+ 0 - 1
p/themes/base-theme/template.rtl.css

@@ -871,7 +871,6 @@ li.drag-hover {
 
 .tree-folder-items {
 	padding: 0;
-	max-height: 200em;
 	list-style: none;
 	transition: max-height .3s linear;
 }