Minor context menu visual updates
This commit is contained in:
parent
b5dcb1b3fe
commit
07425f4243
@ -85,7 +85,7 @@ export const MenuAnchor = styled.a`
|
||||
user-select: none;
|
||||
|
||||
svg:not(:last-child) {
|
||||
margin-right: 8px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
@ -60,8 +60,8 @@ const Background = styled.div`
|
||||
background: ${(props) => rgba(props.theme.menuBackground, 0.95)};
|
||||
border: ${(props) =>
|
||||
props.theme.menuBorder ? `1px solid ${props.theme.menuBorder}` : "none"};
|
||||
border-radius: 2px;
|
||||
padding: 0.5em 0;
|
||||
border-radius: 6px;
|
||||
padding: 6px 0;
|
||||
min-width: 180px;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
|
Reference in New Issue
Block a user