Lazy load extra network images

This commit is contained in:
missionfloyd
2023-03-21 16:07:24 -06:00
parent a9fed7c364
commit 1d096ed145
3 changed files with 11 additions and 4 deletions

View File

@@ -1026,6 +1026,13 @@ footer {
color: red;
}
.extra-network-cards .card .preview{
position: absolute;
object-fit: cover;
width: 100%;
height:100%;
}
[id*='_prompt_container'] > div {
margin: 0!important;
}