Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
QOTO
qoto
Commits
fd1c9595
Commit
fd1c9595
authored
Oct 26, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Style: Modified some of the rick-text oriented css styling for better rendering.
parent
d25d1d7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
5 deletions
+25
-5
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/components.scss
+25
-5
No files found.
app/javascript/styles/mastodon/components.scss
View file @
fd1c9595
...
...
@@ -866,12 +866,15 @@
h2,
h3,
h4,
h5 {
h5,
h6 {
margin-bottom: 20px;
margin-top: 20px;
}
blockquote {
white-space: normal;
margin-top: 20px;
p:last-child {
margin-bottom: 0;
...
...
@@ -880,6 +883,8 @@
ul,
ol {
margin-bottom: 5px;
p {
margin-bottom: 0;
}
...
...
@@ -1002,13 +1007,28 @@
}
&.rich-blocks {
h1,
h2 {
font-size: 18px;
h1 {
font-size: 150%;
}
h2 {
font-size: 16px;
font-size: 145%;
}
h3 {
font-size: 140%;
}
h4 {
font-size: 135%;
}
h5 {
font-size: 130%;
}
h6 {
font-size: 125%;
}
blockquote {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment