Fix styling of toot prepended text on public profiles

Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles.
master
Thibaut Girka 6 years ago committed by ThibG
parent cf0f8eb742
commit ed69117048
  1. 7
      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;
}

Loading…
Cancel
Save