Adds Video and Audio preview

This commit is contained in:
Victor Wads 2022-06-05 14:32:43 -03:00
parent 724f0af576
commit 7645becb41
3 changed files with 24 additions and 11 deletions

View file

@ -717,8 +717,9 @@ x-dialog x-paper {
color: var(--text-color);
background-color: var(--bg-color-secondary);
}
/* Image Preview */
#img-preview{
/* Image/Video/Audio Preview */
.element-preview {
max-width: 100%;
max-height: 50vh;
margin: auto;
display: block;