1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 02:01:29 +00:00

another attempt at flex-based feed tree

This commit is contained in:
Andrew Dolgov
2021-03-21 17:14:45 +03:00
parent 68299c914b
commit e12a6ca540
8 changed files with 168 additions and 52 deletions

View File

@@ -4,11 +4,11 @@
padding: 2px;
}
#feedTree {
/*#feedTree {
.dijitTreeContent .dijitInline {
vertical-align : baseline;
}
}
}*/
.dijitButton i.material-icons {
position: relative;
@@ -107,6 +107,12 @@
}
.dijitTree {
.dijitTreeRowFlex {
display : flex;
flex-direction : row;
align-items : center;
}
.dijitFolderClosed,
.dijitFolderOpened {
display : none;
@@ -126,10 +132,10 @@
color : white;
}
.dijitTreeRow .dijitTreeExpando {
/*.dijitTreeRow .dijitTreeExpando {
position : relative;
top : -2px;
}
}*/
.labelParam {
float: right;