Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!328
Add styles for h1/2/3/4/5 tags in status html for rich text
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add styles for h1/2/3/4/5 tags in status html for rich text
fix/put-sense-into-rich-text-styles
into
develop
Overview
2
Commits
3
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Merged
Shpuld Shpludson
requested to merge
fix/put-sense-into-rich-text-styles
into
develop
6 years ago
Overview
2
Commits
3
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Expand
2
0
Merge request reports
Compare
develop
version 2
384c80e2
6 years ago
version 1
f07e6b27
6 years ago
develop (base)
and
version 1
latest version
77e8933b
3 commits,
6 years ago
version 2
384c80e2
2 commits,
6 years ago
version 1
f07e6b27
1 commit,
6 years ago
1 file
+
24
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/status/status.vue
+
24
−
0
Options
@@ -340,6 +340,30 @@
margin-top
:
0
.2em
;
margin-bottom
:
0
.5em
;
}
h1
{
font-size
:
1
.1em
;
line-height
:
1
.5em
;
margin-left
:
0em
;
HJ
@hj
·
6 years ago
Maintainer
no need for units here, just 0
Collapse replies
Shpuld Shpludson
changed this line in
version 2 of the diff
6 years ago
changed this line in
version 2 of the diff
Please
register
or
sign in
to reply
Please
register
or
sign in
to reply
}
h2
{
line-height
:
1
.2em
;
font-size
:
1
.1em
;
margin-left
:
1em
;
HJ
@hj
·
6 years ago
Maintainer
make it 0 maybe
Collapse replies
Shpuld Shpludson
changed this line in
version 2 of the diff
6 years ago
changed this line in
version 2 of the diff
Please
register
or
sign in
to reply
Please
register
or
sign in
to reply
}
h3
{
font-size
:
1em
;
}
h4
{
font-size
:
1em
;
}
h5
{
font-size
:
1em
;
}
}
.retweet-info
{
Loading
no need for units here, just 0
changed this line in version 2 of the diff