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