Fix print CSS (#3608)
This commit is contained in:
parent
3e7c624f8e
commit
4b69f4f6ae
1 changed files with 7 additions and 5 deletions
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…
Add table
Add a link
Reference in a new issue