mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-28 18:22:01 +00:00
add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458
This commit is contained in:
@@ -1004,7 +1004,7 @@ footer {
|
||||
}
|
||||
|
||||
div.block.gradio-box.edit-user-metadata {
|
||||
min-width: 56em;
|
||||
width: 56em;
|
||||
background: var(--body-background-fill);
|
||||
padding: 2em !important;
|
||||
}
|
||||
@@ -1021,3 +1021,10 @@ div.block.gradio-box.edit-user-metadata {
|
||||
.edit-user-metadata .wrap.translucent{
|
||||
background: var(--body-background-fill);
|
||||
}
|
||||
.edit-user-metadata .gradio-highlightedtext span{
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.edit-user-metadata-buttons{
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user