aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-11 12:20:34 +0000
committerGitHub <noreply@github.com>2023-03-11 12:20:34 +0000
commitc239b3d7a86452bd7cf6b081bd0e02b0fa12dcaf (patch)
tree76cca82db909a68eb13c4a33d1349a7e1d95814b /style.css
parent92bb54720fd16d92bb5e2e9bafc0d70bb0e954c1 (diff)
parent06f167da37cd00ea8241bd2a6a3c12d8c5fb9eaf (diff)
downloadstable-diffusion-webui-gfx803-c239b3d7a86452bd7cf6b081bd0e02b0fa12dcaf.tar.gz
stable-diffusion-webui-gfx803-c239b3d7a86452bd7cf6b081bd0e02b0fa12dcaf.tar.bz2
stable-diffusion-webui-gfx803-c239b3d7a86452bd7cf6b081bd0e02b0fa12dcaf.zip
Merge pull request #8366 from akx/extra-net-descs
Extra network description files
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index f3fb6069..fc0f47a6 100644
--- a/style.css
+++ b/style.css
@@ -939,6 +939,17 @@ footer {
line-break: anywhere;
}
+.extra-network-cards .card .actions .description {
+ display: block;
+ max-height: 3em;
+ white-space: pre-wrap;
+ line-height: 1.1;
+}
+
+.extra-network-cards .card .actions .description:hover {
+ max-height: none;
+}
+
.extra-network-cards .card .actions:hover .additional{
display: block;
}