1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 23:01:27 +00:00

css: make plugin button container a flexbox

backend: pass plugin button generated code through domdocument to ensure
its correctness; set data-plugin-name attribute on children to make
them sortable via css
This commit is contained in:
Andrew Dolgov
2021-10-24 20:11:49 +03:00
parent 9f734c9050
commit 933913410c
9 changed files with 118 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ body.ttrss_main {
.left, .right {
display : flex;
align-items : center;
}
.row {