Add polls and media attachments to edit comparison modal in web UI (#17727)
This commit is contained in:
parent
2a56a890da
commit
9f2791eb64
5 changed files with 154 additions and 49 deletions
|
@ -1127,7 +1127,7 @@
|
|||
.media-gallery,
|
||||
.audio-player,
|
||||
.video-player {
|
||||
margin-top: 8px;
|
||||
margin-top: 15px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
|
@ -5609,6 +5609,12 @@ a.status-card.compact:hover {
|
|||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.media-gallery,
|
||||
.audio-player,
|
||||
.video-player {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue