Add ability to choose media thumbnail in web UI (#14244)
This commit is contained in:
parent
ed04697510
commit
06fc6a9cd4
4 changed files with 132 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue