mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 01:52:45 +03:00
fix(GlobalCarousel/Jumpers/EditChannels): fix Svg.Plus alignment
This commit is contained in:
parent
7ced5b22a5
commit
321f181980
@ -213,7 +213,16 @@ function Channels({
|
||||
onClick={(e) => (e.stopPropagation(), onCreateChannel(searchQuery))}
|
||||
title={searchQuery}
|
||||
>
|
||||
<SVG.Plus width={16} height={16} style={{ pointerEvents: "none" }} />
|
||||
<SVG.Plus
|
||||
width={16}
|
||||
height={16}
|
||||
style={{
|
||||
position: "relative",
|
||||
top: -1,
|
||||
verticalAlign: "middle",
|
||||
pointerEvents: "none",
|
||||
}}
|
||||
/>
|
||||
<span style={{ marginLeft: 4 }}>{searchQuery}</span>
|
||||
</ChannelButton>
|
||||
</motion.div>
|
||||
|
Loading…
Reference in New Issue
Block a user