mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-02-04 16:03:54 +01:00
Better centralize the chat tab
This commit is contained in:
parent
d769618591
commit
517fcc1f23
@ -968,10 +968,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#past-chats-row:not(.negative-header, .sidebar-hidden) {
|
|
||||||
margin-left: 112px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (width <= 408px) {
|
@media screen and (width <= 408px) {
|
||||||
#past-chats-toggle.past-chats-open {
|
#past-chats-toggle.past-chats-open {
|
||||||
top: 28px;
|
top: 28px;
|
||||||
@ -1007,7 +1003,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_bar ~ *:not(#chat-tab) {
|
.header_bar ~ * {
|
||||||
margin-left: var(--header-width);
|
margin-left: var(--header-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user