🎨(front) fix width chat container (#57)

refix width container
This commit is contained in:
elvoisin
2025-10-04 14:36:36 +02:00
committed by GitHub
parent 592b67ca4c
commit a6a5dec0ac
3 changed files with 2 additions and 8 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to
### Changed
- 🎨(front) fix width chat container
- 🐛(front) fix button search web on new conversation
- 🎨(front) improvement search input scroll
- ✨(404) fix front 404 page
@@ -520,7 +520,7 @@ export const Chat = ({
${shouldApplyStreamingHeight ? `min-height: ${streamingMessageHeight + 70}px;` : ''}
`}
>
<Box $display="block" $width="100%">
<Box $display="block">
{message.experimental_attachments &&
message.experimental_attachments.length > 0 && (
<Box>
@@ -177,13 +177,6 @@ ul a:hover {
color: var(--c--theme--colors--greyscale-050) !important;
}
code {
display: block;
width: 100%;
overflow: scroll;
margin: 5px 0;
}
@media (width <= 768px) {
.mobile-no-focus:hover {
background-color: transparent !important;