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
b66ce62579
commit
d99f8674ab
1 changed files with 7 additions and 0 deletions
|
@ -128,11 +128,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__prepend {
|
&__prepend {
|
||||||
|
padding: 8px 0;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
margin: initial;
|
||||||
margin-left: 48px + 15px * 2;
|
margin-left: 48px + 15px * 2;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__prepend-icon-wrapper {
|
&__prepend-icon-wrapper {
|
||||||
|
position: absolute;
|
||||||
|
margin: initial;
|
||||||
|
float: initial;
|
||||||
|
width: auto;
|
||||||
left: -32px;
|
left: -32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue