1
0
Fork 0
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:
privatmamtora 2023-06-25 00:44:37 +00:00 committed by GitHub
parent fa3de272e8
commit fffa74f782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 39 additions and 6 deletions

View file

@ -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;
}