Skip to content

Commit

Permalink
Refine stlying.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Mar 6, 2024
1 parent 519ed5b commit 47fd112
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions components/Chat/components/Response/Response.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ const StyledQuestion = styled("h3", {

const StyledStreamedAnswer = styled("article", {
fontSize: "$gr3",
lineHeight: "1.38em",
lineHeight: "1.7em",

strong: {
fontWeight: "400",
fontFamily: "$northwesternSansBold",
},

"span.markdown-cursor": {
position: "relative",
Expand All @@ -96,8 +101,9 @@ const StyledStreamedAnswer = styled("article", {
"&::before": {
content: '""',
position: "absolute",
width: "10px",
height: "1.4em",
top: "-5px",
width: "9px",
height: "1.38em",
backgroundColor: "$black20",
animation: `${CursorKeyframes} 1s linear infinite`,
},
Expand Down

0 comments on commit 47fd112

Please sign in to comment.