mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 22:56:24 -04:00
Fix printing, take two. (#2810)
* Format chat for printing * Better printing
This commit is contained in:
parent
b4a38c24b7
commit
aa1f1ef46a
1 changed files with 12 additions and 0 deletions
12
css/chat.css
12
css/chat.css
|
@ -111,4 +111,16 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message {
|
||||||
|
break-inside: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gradio-container {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-nav {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue