TootBottomSheet: fix main toot not links profile
All checks were successful
/ depoly (push) Successful in 2m55s
All checks were successful
/ depoly (push) Successful in 2m55s
This commit is contained in:
parent
31b27237cd
commit
f4c0104d48
7 changed files with 179 additions and 150 deletions
11
src/timelines/toot-components/BoostIcon.css
Normal file
11
src/timelines/toot-components/BoostIcon.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.icon__boost {
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
border-radius: 2px;
|
||||
|
||||
> :global(svg) {
|
||||
color: green;
|
||||
font-size: 1rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue