mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Chat AI image size fix
This commit is contained in:
@@ -41,6 +41,7 @@ const StyledMessage = styled.li<StyledMessageProps>`
|
||||
background: ${$image
|
||||
? `url(${$image})`
|
||||
: "linear-gradient(90deg, rgb(248, 249, 253), rgb(245, 248, 253))"};
|
||||
background-size: contain;
|
||||
color: #000;
|
||||
margin-left: 56px;
|
||||
margin-right: auto;
|
||||
|
||||
Reference in New Issue
Block a user