fix stretched images in 'lightbox' preview modal

pull/1/head
ansuz 2021-07-06 13:23:41 +05:30
parent 5070a751cd
commit aaa18a3feb
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@
button {
line-height: 1.5;
}
img {
align-self: center;
}
& > iframe {
width: 100%;
height: 100%;