mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 02:06:16 -04:00
Adds Video and Audio preview
This commit is contained in:
parent
724f0af576
commit
7645becb41
3 changed files with 24 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue