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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user