diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-02 12:08:41 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-08-02 12:43:00 +0200 |
commit | ed6911704873de42b36f524d04a11caa00bb6ff8 (patch) | |
tree | cc98c0b24a50cb4a4b1cec8d707ad7f8e09eea3e | |
parent | cf0f8eb742f1e5a7b0bbab261214ee5e9b9de6fe (diff) |
Fix styling of toot prepended text on public profiles
Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles.
-rw-r--r-- | app/javascript/flavours/glitch/styles/stream_entries.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/stream_entries.scss b/app/javascript/flavours/glitch/styles/stream_entries.scss index 0094f672c..cf82be073 100644 --- a/app/javascript/flavours/glitch/styles/stream_entries.scss +++ b/app/javascript/flavours/glitch/styles/stream_entries.scss @@ -128,11 +128,18 @@ } &__prepend { + padding: 8px 0; + padding-bottom: 2px; + margin: initial; margin-left: 48px + 15px * 2; padding-top: 15px; } &__prepend-icon-wrapper { + position: absolute; + margin: initial; + float: initial; + width: auto; left: -32px; } |