add workaround for prefs feed tree favicon placement

This commit is contained in:
Andrew Dolgov
2021-05-28 11:53:44 +03:00
parent 326850845d
commit 8e1281b41e
7 changed files with 29 additions and 0 deletions

View File

@@ -61,6 +61,11 @@ body.ttrss_prefs {
background : @color-panel-bg;
}
#feedTree .dijitTreeContent {
display : inline-flex;
margin-left : 4px;
}
.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
padding : 0px;
}