mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
force aspect ratio on default Image
This commit is contained in:
@@ -28,9 +28,8 @@
|
|||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
|
||||||
max-height: 100%;
|
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unloader {
|
.unloader {
|
||||||
|
|||||||
Reference in New Issue
Block a user