Merge pull request #579 from asiloisad/master

Fix: Image doesn't appear at first open
This commit is contained in:
confused_techie 2023-06-12 20:25:33 -07:00 committed by GitHub
commit 832eae248f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@
overflow: auto;
img {
display: block !important;
flex: none;
margin: auto;
}