@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user