We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8204934 commit ae154f2Copy full SHA for ae154f2
src/assets/styles/_base.scss
@@ -33,6 +33,16 @@ textarea {
33
}
34
35
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
+
46
a {
47
color: var(--link-color);
48
font-weight: 700;
src/assets/styles/pages/_chat-interface.scss
@@ -20,14 +20,16 @@
20
21
22
.message {
23
- margin-bottom: 10px;
24
- padding: 8px 12px;
+ padding: 0.6rem 12px;
25
border-radius: 16px;
26
max-width: 80%;
27
word-wrap: break-word;
28
29
30
.message-content {
+ display: flex;
31
+ flex-direction: column;
32
+ gap: 1.2rem;
padding: 0.75rem 0.9rem;
line-height: 1.4rem;
white-space: pre-wrap;
0 commit comments