Skip to content

Commit ae154f2

Browse files
committed
styles
1 parent 8204934 commit ae154f2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/assets/styles/_base.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ textarea {
3333
}
3434
}
3535

36+
ol, ul {
37+
margin-inline: 0;
38+
margin-block: -0.6rem;
39+
padding-inline-start: 1rem;
40+
line-height: 0.5rem;
41+
li {
42+
line-height: 1.4rem;
43+
}
44+
}
45+
3646
a {
3747
color: var(--link-color);
3848
font-weight: 700;

src/assets/styles/pages/_chat-interface.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
}
2121

2222
.message {
23-
margin-bottom: 10px;
24-
padding: 8px 12px;
23+
padding: 0.6rem 12px;
2524
border-radius: 16px;
2625
max-width: 80%;
2726
word-wrap: break-word;
2827
}
2928

3029
.message-content {
30+
display: flex;
31+
flex-direction: column;
32+
gap: 1.2rem;
3133
padding: 0.75rem 0.9rem;
3234
line-height: 1.4rem;
3335
white-space: pre-wrap;

0 commit comments

Comments
 (0)