Minor context menu visual updates

This commit is contained in:
Tom Moor
2021-03-29 22:28:40 -07:00
parent b5dcb1b3fe
commit 07425f4243
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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;