1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-07 16:48:36 +00:00

Use details disclosure element to show the list of third-party services

This commit is contained in:
Frédéric Guillot 2023-07-31 21:34:13 -07:00
parent 061f12fbb0
commit 97c68ce55a
2 changed files with 298 additions and 256 deletions

View file

@ -1093,6 +1093,18 @@ details.entry-enclosures {
opacity: 20%;
}
audio,video {
audio, video {
width: 100%;
}
.integration-form summary {
font-weight: 700;
}
.integration-form details {
margin-bottom: 15px;
}
.integration-form details .form-section {
margin-top: 15px;
}