Attempt to fix horizontal resizing of the prompt textbox, thanks @Bilbo

This commit is contained in:
cmdr2 2022-11-11 10:44:52 +05:30
parent 3f26d03166
commit 65e0d5f511

View File

@ -28,6 +28,7 @@ label {
font-size: 13px;
margin-bottom: 6px;
margin-top: 5px;
display: block;
}
.image_preview_container {
margin-top: 10pt;
@ -646,9 +647,9 @@ input::file-selector-button {
}
@media (min-width: 700px) {
#editor {
/* #editor {
max-width: 480px;
}
} */
.float-container {
padding: 20px;
}