Add polls and media attachments to edit comparison modal in web UI (#17727)

This commit is contained in:
Eugen Rochko
2022-03-09 21:15:24 +01:00
committed by GitHub
parent 2a56a890da
commit 9f2791eb64
5 changed files with 154 additions and 49 deletions

View File

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