mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Align entry actions to the left
- Attempt to avoid awkward alignment on smartphone screens - Keep the read/star actions aligned to the left - Remove css flex to allow easier override with custom CSS
This commit is contained in:
parent
8fb71366f8
commit
943e7a7317
4 changed files with 59 additions and 56 deletions
File diff suppressed because one or more lines are too long
|
@ -689,9 +689,6 @@ a.button {
|
|||
}
|
||||
|
||||
.item-meta {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
color: var(--item-meta-focus-color);
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
@ -711,7 +708,11 @@ a.button {
|
|||
}
|
||||
|
||||
.item-meta li {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.item-meta-info {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
.item-meta-info li:after {
|
||||
|
@ -724,7 +725,8 @@ a.button {
|
|||
}
|
||||
|
||||
.item-meta-icons li {
|
||||
margin-right: 5px;
|
||||
margin-right: 8px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.item-meta-icons li:last-child {
|
||||
|
@ -800,6 +802,7 @@ article.feed-parsing-error {
|
|||
.entry-actions li {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
.entry-meta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue