Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 436a3f1

Browse files
committed
Styling fixes
1 parent 3b6ff25 commit 436a3f1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/components/message/style.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ export const Text = styled(Bubble)`
251251
text-decoration: underline;
252252
word-break: break-word;
253253
}
254+
255+
ul,
256+
ol {
257+
margin-top: 0;
258+
}
254259
`;
255260

256261
export const Emoji = styled(Bubble)`

src/reset.css.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ injectGlobal`
135135
margin-top: 16px;
136136
}
137137
138-
.markdown > *:first-of-type {
139-
margin-top: 16px;
140-
}
141-
142138
.markdown img {
143139
margin-top: 16px;
144140
max-width: 100%;

src/views/thread/style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ export const CommunityHeaderSubtitle = styled.span`
508508
export const ThreadSubtitle = styled(CommunityHeaderSubtitle)`
509509
font-size: 16px;
510510
margin-top: 8px;
511+
margin-bottom: 16px;
511512
display: flex;
512513
line-height: 1.5;
513514
flex-wrap: wrap;

0 commit comments

Comments
 (0)