mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +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;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
max-width: none;
|
max-width: unset;
|
||||||
max-height: none;
|
max-height: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: fit-content;
|
overflow-y: visible;
|
||||||
display: flex;
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
@ -369,4 +367,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
.tab-nav {
|
.tab-nav {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat-tab > :first-child {
|
||||||
|
max-width: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user