mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-04 00:02:39 -08:00
Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' into dev
This commit is contained in:
commit
3d959f5b49
3 changed files with 11 additions and 4 deletions
|
|
@ -901,3 +901,10 @@ footer {
|
|||
.extra-network-cards .card ul a:hover{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.extra-network-cards .card .preview{
|
||||
position: absolute;
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height:100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue