1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Align Info and Actionable items separately

Align the information to the left side, and the actionable buttons to
the right.

See https://github.com/miniflux/miniflux/pull/531#issuecomment-578547488
This commit is contained in:
somini 2020-01-28 02:41:34 +00:00 committed by Frédéric Guillot
parent 15727f716a
commit 078f886f39
4 changed files with 20 additions and 13 deletions

File diff suppressed because one or more lines are too long

View file

@ -632,6 +632,9 @@ a.button {
}
.item-meta {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
color: var(--item-meta-focus-color);
font-size: 0.8em;
}