mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
fix inconsistent image loader aspect ratio
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
.loader {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
@@ -38,7 +39,7 @@
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
background-color: darken(var(--theme-colors-foreground), 40%);
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user