ソースを参照

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

#fix https://github.com/FreshRSS/FreshRSS/issues/4217
Alexandre Alapetite 3 年 前
コミット
839fddaba9
2 ファイル変更0 行追加2 行削除
  1. 0 1
      p/themes/base-theme/template.css
  2. 0 1
      p/themes/base-theme/template.rtl.css

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

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

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

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