forked from AkkomaGang/akkoma-fe
Add image height css back in.
Without it, Chrome stretches the image...
This commit is contained in:
parent
38749e6c4a
commit
2147807fa0
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
border: 1px solid;
|
||||
border-radius: 0.5em;
|
||||
width: 100%;
|
||||
height: 100%; /* If this isn't here, chrome will stretch the images */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue