mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Fix print CSS (#3608)
This commit is contained in:
parent
3e7c624f8e
commit
4b69f4f6ae
12
css/main.css
12
css/main.css
@ -350,12 +350,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
max-width: unset;
|
||||
max-height: unset;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
.message {
|
||||
@ -369,4 +367,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
.tab-nav {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#chat-tab > :first-child {
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user