Miscellaneous improvements to image generation

- Improve the prompt before sending it for image generation
- Update the help message to include online, image functionality
- Improve styling for the voice, trash buttons
This commit is contained in:
sabaimran
2023-12-17 20:25:35 +05:30
parent 7cb64cb2f9
commit 49af2148fe
4 changed files with 43 additions and 12 deletions

View File

@@ -903,7 +903,8 @@
}
.input-row-button {
background: var(--background-color);
border: none;
border: 1px solid var(--main-text-color);
box-shadow: 0 0 11px #aaa;
border-radius: 5px;
padding: 5px;
font-size: 14px;
@@ -989,7 +990,6 @@
color: var(--main-text-color);
border: 1px solid var(--main-text-color);
border-radius: 5px;
padding: 5px;
font-size: 14px;
font-weight: 300;
line-height: 1.5em;