mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
UI: Add a greeting when the chat history is empty
This commit is contained in:
parent
8f2493cc60
commit
a90df27ff5
2 changed files with 24 additions and 1 deletions
|
|
@ -1299,3 +1299,12 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.dark .tgw-accordion {
|
||||
border: 1px solid var(--border-color-dark);
|
||||
}
|
||||
|
||||
.welcome-greeting {
|
||||
text-align: center;
|
||||
margin-top: 35vh;
|
||||
font-size: 24px;
|
||||
opacity: 0.6;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue