Merge pull request #5521 from SimonBrandner/improve-image-view

Improve image view
This commit is contained in:
Travis Ralston 2021-04-13 19:01:27 -06:00 committed by GitHub
commit ac00c80efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 591 additions and 382 deletions

View file

@ -118,6 +118,7 @@ $dialog-close-fg-color: #c1c1c1;
$dialog-background-bg-color: #e9e9e9;
$lightbox-background-bg-color: #000;
$lightbox-background-bg-opacity: 95%;
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);