mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
set low fetchPriority for carousel images
This commit is contained in:
@@ -40,7 +40,14 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(var(--cards-to-show, 2), minmax(0, 1fr));
|
||||
gap: var(--theme-spacing-md);
|
||||
contain: layout paint;
|
||||
content-visibility: auto;
|
||||
overflow: hidden;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
.card {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.page-indicator {
|
||||
|
||||
Reference in New Issue
Block a user