[Glitch] Add ability to choose media thumbnail in web UI

Port 06fc6a9cd4 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2020-07-07 12:14:19 +02:00
committed by Thibaut Girka
parent 8b17d47e12
commit 6c7ac1b48f
4 changed files with 132 additions and 3 deletions

View File

@ -555,6 +555,15 @@
}
}
.setting-divider {
background: transparent;
border: 0;
margin: 0;
width: 100%;
height: 1px;
margin-bottom: 29px;
}
.report-modal__comment {
padding: 20px;
border-right: 1px solid $ui-secondary-color;