Fix styling of toot prepended text on public profiles
Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles.
This commit is contained in:
parent
cf0f8eb742
commit
ed69117048
|
@ -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…
Reference in New Issue