diff options
| author | shpuld <shp@cock.li> | 2018-04-14 14:28:20 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-14 14:28:20 +0300 |
| commit | c3bea8dfd15fa6abcd43ace03f0f7556e75c8082 (patch) | |
| tree | 7212c932dc7507ac1acb58cb244eaf7273f11596 | |
| parent | 1a2bd28f53a430fddd90c7e92ff1c7d946764b59 (diff) | |
Fix rt heading alignment again
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index de1707de..f1163fd9 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -311,8 +311,8 @@ } .retweet-info { - padding: 0.3em 0.6em 0 0.6em; - margin: 0 0 -0.3em 0; + padding: 0.4em 0.6em 0 0.6em; + margin: 0 0 -0.5em 0; .avatar { border-radius: $fallback--avatarAltRadius; border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius); |
