diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-11 12:20:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 12:20:34 +0000 |
commit | c239b3d7a86452bd7cf6b081bd0e02b0fa12dcaf (patch) | |
tree | 76cca82db909a68eb13c4a33d1349a7e1d95814b /style.css | |
parent | 92bb54720fd16d92bb5e2e9bafc0d70bb0e954c1 (diff) | |
parent | 06f167da37cd00ea8241bd2a6a3c12d8c5fb9eaf (diff) | |
download | stable-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.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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;
}
|