file preview feature added

This commit is contained in:
dewanhimanshu 2021-06-02 22:26:08 +05:30
parent 5c4aeb0108
commit a593ef1a6e
3 changed files with 19 additions and 1 deletions

View file

@ -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;
}
}
}