pref feed tree - switch to flexbox for row layout, remove floating param

This commit is contained in:
Andrew Dolgov
2024-12-14 12:17:16 +03:00
parent e473d8ecc5
commit 899d7d258c
8 changed files with 63 additions and 25 deletions

View File

@@ -156,10 +156,6 @@
}
}
.feedParam {
float: right;
}
.filterRules {
font-size: 12px;
line-height : normal;

View File

@@ -75,9 +75,21 @@ body.ttrss_prefs {
background : @color-panel-bg;
}
#feedTree .dijitTreeContent {
display : inline-flex;
margin-left : 4px;
#feedTree {
.dijitTreeRow {
display : flex;
}
.feedParam {
order : 3;
margin-right : 4px;
}
.dijitTreeContent {
display : inline-flex;
margin-left : 4px;
flex-grow : 2;
}
}
.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {