Skip to content

Commit

Permalink
fix: chat layout responsiveness width
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 19, 2024
1 parent b54092c commit adfc95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

.memori-chat-layout--controls .memori--start-panel,
.memori-chat-layout--controls .memori-chat--wrapper {
width: 80vw;
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
Expand Down

0 comments on commit adfc95a

Please sign in to comment.