aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-16 00:56:53 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-16 00:57:45 +0300
commit11f339733de860b0b51adebe15dc945df7189edf (patch)
tree02d7036c9488c802ddbdaf6819e6006654ca208f /style.css
parent5decbf184b185026d5da9e2c7be02d06fd640f12 (diff)
add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/style.css b/style.css
index 4431c1aa..af6344a8 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}