diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-15 21:56:53 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-15 21:57:45 +0000 |
commit | 11f339733de860b0b51adebe15dc945df7189edf (patch) | |
tree | 02d7036c9488c802ddbdaf6819e6006654ca208f /style.css | |
parent | 5decbf184b185026d5da9e2c7be02d06fd640f12 (diff) | |
download | stable-diffusion-webui-gfx803-11f339733de860b0b51adebe15dc945df7189edf.tar.gz stable-diffusion-webui-gfx803-11f339733de860b0b51adebe15dc945df7189edf.tar.bz2 stable-diffusion-webui-gfx803-11f339733de860b0b51adebe15dc945df7189edf.zip |
add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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;
+}
|