mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-18 15:57:11 +02:00
Temporarily set the display: flex style only on the image editor buttons
This commit is contained in:
parent
6094cd8578
commit
1c8ab9e1b4
@ -197,3 +197,9 @@
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
#init_image_preview_container .button {
|
||||
display: flex;
|
||||
}
|
||||
#image-editor .button {
|
||||
display: flex;
|
||||
}
|
@ -619,7 +619,6 @@ input::file-selector-button,
|
||||
background: var(--button-color);
|
||||
color: var(--button-text-color);
|
||||
border: var(--button-border);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user