mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
feat: add support for aside HTML element in entry content
This commit is contained in:
parent
f6dc952551
commit
92f3dc26e4
4 changed files with 12 additions and 0 deletions
|
@ -1174,6 +1174,15 @@ article.category-has-unread {
|
|||
border-bottom: 1px dashed var(--entry-content-abbr-border-color);
|
||||
}
|
||||
|
||||
.entry-content aside {
|
||||
width: 30%;
|
||||
padding: 1ch;
|
||||
margin-left: 15px;
|
||||
float: right;
|
||||
font-style: italic;
|
||||
border: dotted var(--entry-content-aside-border-color) 2px;
|
||||
}
|
||||
|
||||
details.entry-enclosures {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue