UI: Set chat widths to 724px

This commit is contained in:
oobabooga 2026-03-14 18:35:44 -07:00
parent c126530061
commit d1aba08561
7 changed files with 7 additions and 7 deletions

View file

@ -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;