forked from extern/easydiffusion
Attempt to fix horizontal resizing of the prompt textbox, thanks @Bilbo
This commit is contained in:
parent
3f26d03166
commit
65e0d5f511
@ -28,6 +28,7 @@ label {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.image_preview_container {
|
.image_preview_container {
|
||||||
margin-top: 10pt;
|
margin-top: 10pt;
|
||||||
@ -646,9 +647,9 @@ input::file-selector-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
#editor {
|
/* #editor {
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
}
|
} */
|
||||||
.float-container {
|
.float-container {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user