compact prompt layout: preserve scroll when switching between lora tabs

This commit is contained in:
AUTOMATIC1111
2023-11-26 14:58:47 +03:00
parent e44103264d
commit 2a40d3c603
3 changed files with 18 additions and 3 deletions

View File

@@ -840,8 +840,16 @@ footer {
/* extra networks UI */
.extra-page .prompt{
margin: 0 0 0.5em 0;
.extra-page > div.gap{
gap: 0;
}
.extra-page-prompts{
margin-bottom: 0;
}
.extra-page-prompts.extra-page-prompts-active{
margin-bottom: 1em;
}
.extra-network-cards{