mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-17 19:04:39 +01:00
UI: Set chat widths to 724px
This commit is contained in:
parent
c126530061
commit
d1aba08561
|
|
@ -2,7 +2,7 @@
|
|||
display: grid;
|
||||
align-items: start;
|
||||
grid-template-columns: 60px minmax(0, 1fr);
|
||||
width: min(100%, calc(768px + 60px));
|
||||
width: min(100%, calc(724px + 60px));
|
||||
padding-bottom: 22px;
|
||||
padding-top: 6px;
|
||||
font-size: 18px;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
display: grid;
|
||||
align-items: start;
|
||||
grid-template-columns: 60px minmax(0, 1fr);
|
||||
width: min(100%, calc(768px + 60px + 90px));
|
||||
width: min(100%, calc(724px + 60px + 90px));
|
||||
padding-bottom: 21px;
|
||||
padding-top: 7px;
|
||||
font-size: 18px;
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@
|
|||
padding-bottom: 1.5em;
|
||||
padding-top: 0.5em;
|
||||
grid-template-columns: 70px minmax(0, 1fr);
|
||||
width: min(100%, calc(768px + 70px));
|
||||
width: min(100%, calc(724px + 70px));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
display: grid;
|
||||
align-items: start;
|
||||
grid-template-columns: 60px minmax(0, 1fr);
|
||||
width: min(100%, calc(768px + 60px));
|
||||
width: min(100%, calc(724px + 60px));
|
||||
padding-bottom: 1.5em;
|
||||
padding-top: 0.5em;
|
||||
font-size: 15px;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.message {
|
||||
width: min(100%, calc(48rem + 60px));
|
||||
width: min(100%, calc(724px + 60px));
|
||||
padding-bottom: 22px;
|
||||
padding-top: 3px;
|
||||
font-size: 15px;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.message {
|
||||
display: block;
|
||||
width: min(100%, 48rem);
|
||||
width: min(100%, 724px);
|
||||
padding-top: 0;
|
||||
padding-bottom: 21px;
|
||||
font-size: 15px;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
.chat .user-message .text,
|
||||
.chat .assistant-message .text {
|
||||
max-width: 768px;
|
||||
max-width: 724px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue