1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

some more prompts

This commit is contained in:
Laura
2025-08-15 03:00:59 +02:00
parent 3251b297d4
commit 3adaa69bc0
8 changed files with 164 additions and 13 deletions

View File

@@ -243,6 +243,8 @@ body.loading #version {
.message textarea.text {
background: #181926;
min-width: 100%;
min-height: 100px;
}
.message .text .error {
@@ -293,7 +295,7 @@ body.loading #version {
.message .tool,
.message:not(.has-tool):not(.has-text) .reasoning,
.message:not(.has-tool) div.text {
.message:not(.has-tool) .text {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
@@ -501,7 +503,8 @@ body.loading #version {
position: relative;
justify-content: center;
padding: 0 12px;
height: 240px;
height: 320px;
padding-bottom: 36px;
}
#chat::after {
@@ -520,7 +523,7 @@ body.loading #version {
width: 100%;
height: 100%;
padding: 14px 16px;
padding-bottom: 36px;
padding-bottom: 8px;
}
.dropdown,