Fix CSS for image size

This commit is contained in:
Kujiu 2023-08-17 22:14:33 +02:00
parent 15710ef3c2
commit cb1f25e145
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F

View file

@ -79,8 +79,8 @@
margin: auto; margin: auto;
padding: 0; padding: 0;
border: none; border: none;
width: auto; width: 100%;
height: auto; height: 100%;
transition: width ease .4s, height ease .4s, opacity ease .4s; transition: width ease .4s, height ease .4s, opacity ease .4s;
object-fit: contain; object-fit: contain;
flex-grow: 1000; flex-grow: 1000;