render headline-specific toolbar on the client

This commit is contained in:
Andrew Dolgov
2021-02-14 22:17:13 +03:00
parent 37a81ba594
commit a2e688fcb2
13 changed files with 136 additions and 128 deletions
+3 -1
View File
@@ -820,6 +820,8 @@ body.ttrss_main {
}
#toolbar-headlines {
font-size : 12px;
background: transparent;
padding-right : 4px;
flex-grow : 2;
display : flex;
@@ -829,7 +831,7 @@ body.ttrss_main {
display : flex;
align-items : center;
#feed_title {
.feed_title, .cancel_search {
margin-left : 4px;
}
}