1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Revert "another attempt at flex-based feed tree"

This reverts commit e12a6ca540.
This commit is contained in:
Andrew Dolgov
2021-03-21 17:20:03 +03:00
parent ef5d6b9b78
commit 43744412f4
8 changed files with 52 additions and 168 deletions
+4 -10
View File
@@ -4,11 +4,11 @@
padding: 2px;
}
/*#feedTree {
#feedTree {
.dijitTreeContent .dijitInline {
vertical-align : baseline;
}
}*/
}
.dijitButton i.material-icons {
position: relative;
@@ -107,12 +107,6 @@
}
.dijitTree {
.dijitTreeRowFlex {
display : flex;
flex-direction : row;
align-items : center;
}
.dijitFolderClosed,
.dijitFolderOpened {
display : none;
@@ -132,10 +126,10 @@
color : white;
}
/*.dijitTreeRow .dijitTreeExpando {
.dijitTreeRow .dijitTreeExpando {
position : relative;
top : -2px;
}*/
}
.labelParam {
float: right;