[Glitch] Add polls and media attachments to edit comparison modal in web UI

Port 9f2791eb64 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-03-09 21:15:24 +01:00
committed by Claire
parent 8b69634ab8
commit 2c5faa5594
5 changed files with 148 additions and 48 deletions

View File

@ -1074,6 +1074,12 @@
margin: 20px 0;
}
}
.media-gallery,
.audio-player,
.video-player {
margin-top: 15px;
}
}
.embed-modal {

View File

@ -538,7 +538,7 @@
.media-gallery,
.audio-player,
.video-player {
margin-top: 8px;
margin-top: 15px;
max-width: 250px;
}