mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-04 20:50:16 +00:00
Merge pull request #8366 from akx/extra-net-descs
Extra network description files
This commit is contained in:
11
style.css
11
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user