diff --git a/src/app.scss b/src/app.scss index 8117899..a8fb3c2 100644 --- a/src/app.scss +++ b/src/app.scss @@ -413,6 +413,21 @@ aside.menu.main-menu .menu-expanse { var(--chatInputPaddingRight) var(--chatInputPaddingBottom) var(--chatInputPaddingLeft); + + .control.send .button { + width: 60px; + } +} + +@media only screen and (max-width: 768px) { + .prompt-input-container { + .control.send .button { + width: auto; + } + .control.settings { + display: none; + } + } } .content.running-total-container { diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte index caef79e..987334a 100644 --- a/src/lib/Chat.svelte +++ b/src/lib/Chat.svelte @@ -536,19 +536,19 @@ bind:this={input} />
-+
- +
+
-- +
+
-- +
+