1
0
Fork 0
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:
Frédéric Guillot 2019-11-29 10:43:30 -08:00
parent b3869a7833
commit 8028cc764f
4 changed files with 25 additions and 20 deletions

File diff suppressed because one or more lines are too long

View file

@ -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 {