mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 15:13:38 +00:00
UI: Set chat widths to 724px
This commit is contained in:
parent
c126530061
commit
d1aba08561
7 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue