Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 37f6557

Browse files
feat: specify a min size for lazy loading
1 parent 1c99296 commit 37f6557

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

studio/src/app/components/feed/app-feed/app-feed.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
app-feed {
22

3+
deckgo-lazy-img {
4+
min-height: 400px;
5+
display: block;
6+
}
7+
38
ion-card[class*="sc-ion-card"] {
49
--background: white;
510
}

0 commit comments

Comments
 (0)