0
0
Fork 0

Add ability to choose media thumbnail in web UI (#14244)

This commit is contained in:
Eugen Rochko 2020-07-07 12:14:19 +02:00 committed by GitHub
parent ed04697510
commit 06fc6a9cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 132 additions and 3 deletions

View file

@ -4877,6 +4877,15 @@ a.status-card.compact:hover {
}
}
.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;