Merge pull request #8366 from akx/extra-net-descs

Extra network description files
This commit is contained in:
AUTOMATIC1111
2023-03-11 15:20:34 +03:00
committed by GitHub
7 changed files with 45 additions and 34 deletions

View File

@@ -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;
}