Add back chat buttons with --chat-buttons (#3947)
This commit is contained in:
parent
f5fb1ee666
commit
2ad6ca8874
6 changed files with 61 additions and 33 deletions
12
css/main.css
12
css/main.css
|
@ -333,6 +333,14 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
overflow: auto !important;
|
||||
}
|
||||
|
||||
.chat-parent.old-ui {
|
||||
height: calc(100dvh - 290px);
|
||||
}
|
||||
|
||||
.bigchat {
|
||||
height: calc(100dvh - 181px) !important;
|
||||
}
|
||||
|
||||
.chat > .messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -527,3 +535,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.transparent-substring {
|
||||
opacity: 0.333;
|
||||
}
|
||||
|
||||
#chat-buttons:not(.old-ui) {
|
||||
display: none !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue