diff options
| author | shpuld <shp@cock.li> | 2018-08-31 16:04:52 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-08-31 16:04:52 +0300 |
| commit | 384c80e23863790d584cd0beeb3ceac13a2ba9b3 (patch) | |
| tree | 88136a94395b4b655e00d97cf50305486c4292bd /src | |
| parent | f07e6b271cfd578630057ee7446d63a86322b218 (diff) | |
Change styles a bit, make pre-formatted blocks not overflow but scroll
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 097a9eb9..b1dfd367 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -335,6 +335,10 @@ font-style: italic; } + pre { + overflow: auto; + } + p { margin: 0; margin-top: 0.2em; @@ -343,26 +347,23 @@ h1 { font-size: 1.1em; - line-height: 1.5em; - margin-left: 0em; + line-height: 1.2em; + margin: 1.6em 0; } h2 { line-height: 1.2em; - font-size: 1.1em; - margin-left: 1em; + font-size: 1.2em; + margin: 1.4em 0; } h3 { font-size: 1em; + margin: 1.3em 0; } h4 { - font-size: 1em; - } - - h5 { - font-size: 1em; + margin: 1.2em 0; } } |
