diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 07:11:04 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 07:11:04 +0000 |
commit | 9ed04e759d8b4a84db1f0e37abee59178fe1f586 (patch) | |
tree | 427eac9d2e0c3c1d42ef8c2ab2caf562fe78afba /style.css | |
parent | 724a63714d513b79d8ee13adb0300d0fda99f966 (diff) | |
download | stable-diffusion-webui-gfx803-9ed04e759d8b4a84db1f0e37abee59178fe1f586.tar.gz stable-diffusion-webui-gfx803-9ed04e759d8b4a84db1f0e37abee59178fe1f586.tar.bz2 stable-diffusion-webui-gfx803-9ed04e759d8b4a84db1f0e37abee59178fe1f586.zip |
use HTTP request to fetch metadata for Lora cards instead of including it into the main page
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -641,6 +641,7 @@ footer { text-shadow: 2px 2px 3px black;
padding: 0.25em;
font-size: 22pt;
+ width: 1.5em;
}
.extra-network-cards .card:hover .metadata-button, .extra-network-thumbs .card:hover .metadata-button{
display: inline-block;
|