mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Wrap attachments into <details> disclosure element
This commit is contained in:
parent
b3869a7833
commit
8028cc764f
4 changed files with 25 additions and 20 deletions
|
@ -882,8 +882,13 @@ article.feed-parsing-error {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.entry-enclosures h3 {
|
||||
details.entry-enclosures {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.entry-enclosures summary {
|
||||
font-weight: 500;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.entry-enclosure {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue