mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix printing, take two. (#2810)
* Format chat for printing * Better printing
This commit is contained in:
parent
b4a38c24b7
commit
aa1f1ef46a
12
css/chat.css
12
css/chat.css
@ -111,4 +111,16 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.message {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.gradio-container {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.tab-nav {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user