Browse Source

Fix styling of toot prepended text on public profiles

Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles.
closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
ed69117048
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      app/javascript/flavours/glitch/styles/stream_entries.scss

+ 7
- 0
app/javascript/flavours/glitch/styles/stream_entries.scss View File

@ -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;
}

Loading…
Cancel
Save