fix stretched images in 'lightbox' preview modal

pull/1/head
ansuz 3 years ago
parent 5070a751cd
commit aaa18a3feb

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

Loading…
Cancel
Save