mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-27 19:15:26 +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;
|
||||
|
||||
span {
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2.5px 2px;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
div.false {
|
||||
span {
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user