mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +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
|
@ -7,6 +7,8 @@
|
|||
<li>
|
||||
<time datetime="{{ isodate .entry.Date }}" title="{{ isodate .entry.Date }}">{{ elapsed .user.Timezone .entry.Date }}</time>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
{{ if .hasSaveEntry }}
|
||||
<li>
|
||||
<a href="#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue