mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-28 11:32:46 +03:00
fix: jumping icons
This commit is contained in:
parent
7e95d6363f
commit
c7597abedb
@ -113,9 +113,14 @@ const STYLES_DROPDOWN_ITEM_DARK = css`
|
|||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
padding: 5px;
|
padding: 2.5px 2px;
|
||||||
display: flex;
|
line-height: 1;
|
||||||
align-items: center;
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.false {
|
||||||
|
span {
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user