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:
parent
15727f716a
commit
078f886f39
4 changed files with 20 additions and 13 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue