mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
file preview feature added
This commit is contained in:
parent
5c4aeb0108
commit
a593ef1a6e
3 changed files with 19 additions and 1 deletions
|
@ -716,6 +716,12 @@ x-dialog x-paper {
|
|||
color: var(--text-color);
|
||||
background-color: var(--bg-color-secondary);
|
||||
}
|
||||
/* Image Preview */
|
||||
#img-preview{
|
||||
max-width:100%;
|
||||
max-height:100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Styles for users who prefer dark mode at the OS level */
|
||||
|
@ -746,4 +752,5 @@ x-dialog x-paper {
|
|||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue