Fix printing, take two. (#2810)

* Format chat for printing

* Better printing
This commit is contained in:
missionfloyd 2023-06-22 13:06:49 -06:00 committed by GitHub
parent b4a38c24b7
commit aa1f1ef46a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}