mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Display tags when viewing entries
This commit is contained in:
parent
fa3de272e8
commit
fffa74f782
20 changed files with 39 additions and 6 deletions
|
@ -850,6 +850,15 @@ article.category-has-unread {
|
|||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.entry-tags {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.entry-tags strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.entry-website img {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue