pref feed tree - switch to flexbox for row layout, remove floating param
This commit is contained in:
@@ -1563,9 +1563,17 @@ body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
|
||||
body.ttrss_prefs #feedsTab {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
body.ttrss_prefs #feedTree .dijitTreeRow {
|
||||
display: flex;
|
||||
}
|
||||
body.ttrss_prefs #feedTree .feedParam {
|
||||
order: 3;
|
||||
margin-right: 4px;
|
||||
}
|
||||
body.ttrss_prefs #feedTree .dijitTreeContent {
|
||||
display: inline-flex;
|
||||
margin-left: 4px;
|
||||
flex-grow: 2;
|
||||
}
|
||||
body.ttrss_prefs .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
|
||||
padding: 0px;
|
||||
@@ -1992,9 +2000,6 @@ body.ttrss_utility.share_popup .content {
|
||||
.flat .dijitTree .dijitTreeRow.filterDisabled .filterRules {
|
||||
filter: saturate(0%);
|
||||
}
|
||||
.flat .dijitTree .feedParam {
|
||||
float: right;
|
||||
}
|
||||
.flat .dijitTree .filterRules {
|
||||
font-size: 12px;
|
||||
line-height: normal;
|
||||
|
||||
Reference in New Issue
Block a user