aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-08-31 15:11:27 +0300
committershpuld <shp@cock.li>2018-08-31 15:11:27 +0300
commitf07e6b271cfd578630057ee7446d63a86322b218 (patch)
tree09108ad80b39be715cb1dec94d437bb891288614 /src
parent33b13d3775c2eca44e0319b79565d4b1aaeaf3f2 (diff)
Add styles for h1/2/3/4/5 tags in status html
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index bfe96d33..097a9eb9 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -340,6 +340,30 @@
margin-top: 0.2em;
margin-bottom: 0.5em;
}
+
+ h1 {
+ font-size: 1.1em;
+ line-height: 1.5em;
+ margin-left: 0em;
+ }
+
+ h2 {
+ line-height: 1.2em;
+ font-size: 1.1em;
+ margin-left: 1em;
+ }
+
+ h3 {
+ font-size: 1em;
+ }
+
+ h4 {
+ font-size: 1em;
+ }
+
+ h5 {
+ font-size: 1em;
+ }
}
.retweet-info {