fix inconsistent image loader aspect ratio

This commit is contained in:
jeffvli
2025-11-01 22:17:02 -07:00
parent 51181a6695
commit dd70d30cd3
3 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -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;
}