mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
Update PinIcon position (#70)
* update pinIcon Position * return to oneline
This commit is contained in:
parent
ea7ca4cdab
commit
3c6f4acef4
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ export default definePlugin({
|
|||
}
|
||||
],
|
||||
PinnedIcon({ pinned }: Message) {
|
||||
return pinned ? <Icons.PinIcon size="xs" style={{ marginLeft: "5px" }} /> : null;
|
||||
return pinned ? (<Icons.PinIcon size="xs" style={{ position: "absolute", right: "0", top: "0" }} />) : null;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue