Claim more vertical space
This commit is contained in:
parent
6fbd64db72
commit
0dd759c44f
1 changed files with 5 additions and 5 deletions
10
css/main.css
10
css/main.css
|
@ -343,17 +343,17 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-parent {
|
.chat-parent {
|
||||||
height: calc(100dvh - 113px - var(--chat-input-offset));
|
height: calc(100dvh - 98px - var(--chat-input-offset));
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
border-radius: 0 0 8px 8px !important;
|
border-radius: 0 0 8px 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.old-ui .chat-parent {
|
.old-ui .chat-parent {
|
||||||
height: calc(100dvh - 207px - var(--chat-input-offset));
|
height: calc(100dvh - 192px - var(--chat-input-offset));
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-parent.bigchat {
|
.chat-parent.bigchat {
|
||||||
height: calc(100dvh - 113px - var(--chat-input-offset)) !important;
|
height: calc(100dvh - 98px - var(--chat-input-offset)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat > .messages {
|
.chat > .messages {
|
||||||
|
@ -626,11 +626,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-col {
|
#chat-col {
|
||||||
padding-bottom: 115px;
|
padding-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.old-ui #chat-col, #chat-col.bigchat {
|
.old-ui #chat-col, #chat-col.bigchat {
|
||||||
padding-bottom: 95px !important;
|
padding-bottom: 80px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.old-ui #chat-buttons #clear-history-confirm {
|
.old-ui #chat-buttons #clear-history-confirm {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue