Skip to content

Commit

Permalink
fix input field style in chattyUI
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jul 8, 2024
1 parent 47b73a9 commit 306fb1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ChattyLLM/InputArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@ export default {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 1em;
:deep &__thinking > div {
font-style: italic;
animation: breathing 2s linear infinite normal;
min-height: 44px !important;
}
&__button-box {
Expand Down

0 comments on commit 306fb1d

Please sign in to comment.