mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-20 21:30:09 +08:00
Fix popup CSS (mostly)
Center image buttons
This commit is contained in:
parent
64fb3d16a9
commit
d6271939d0
17
style.css
17
style.css
@ -390,7 +390,7 @@ div#extras_scale_to_tab div.form{
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.image-buttons > .form{
|
||||
.image-buttons{
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@ -1044,9 +1044,9 @@ footer {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
div.block.gradio-box.edit-user-metadata {
|
||||
.edit-user-metadata {
|
||||
width: 56em;
|
||||
background: var(--body-background-fill);
|
||||
background: var(--body-background-fill) !important;
|
||||
padding: 2em !important;
|
||||
}
|
||||
|
||||
@ -1080,19 +1080,12 @@ div.block.gradio-box.edit-user-metadata {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
div.block.gradio-box.popup-dialog, .popup-dialog {
|
||||
.popup-dialog {
|
||||
width: 56em;
|
||||
background: var(--body-background-fill);
|
||||
background: var(--body-background-fill) !important;
|
||||
padding: 2em !important;
|
||||
}
|
||||
|
||||
div.block.gradio-box.popup-dialog > div:last-child, .popup-dialog > div:last-child{
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.block.input-accordion{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user