Fix for gallery not displaying full image

This commit is contained in:
Stash Dev 2019-02-19 16:48:57 -08:00
parent 5db9cd9c05
commit d0431a02f1
2 changed files with 82 additions and 82 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@
right: 0;
top: 0;
bottom: 0;
display: inline-grid;
display: block;
justify-content: center;
align-content: center;
}