diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-21 16:07:24 -0600 |
---|---|---|
committer | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-21 16:07:24 -0600 |
commit | 1d096ed1456c9b9b662477839853621848705e68 (patch) | |
tree | cd58036c153b16678e878367cae76065d8cf3b3a /style.css | |
parent | a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 (diff) |
Lazy load extra network images
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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;
}
|