mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 00:49:16 +00:00
Revert "Revert "another attempt at flex-based feed tree""
This reverts commit 43744412f4.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user