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:
parent
061f12fbb0
commit
97c68ce55a
2 changed files with 298 additions and 256 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue