mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
Adjust context menu styles
This commit is contained in:
@@ -19,9 +19,7 @@ const ContextMenuContainer = styled(motion.div)<Omit<ContextMenuProps, 'children
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
min-width: ${({ minWidth }) => minWidth}px;
|
min-width: ${({ minWidth }) => minWidth}px;
|
||||||
max-width: ${({ maxWidth }) => maxWidth}px;
|
max-width: ${({ maxWidth }) => maxWidth}px;
|
||||||
padding: 0.5rem;
|
|
||||||
background: var(--dropdown-menu-bg);
|
background: var(--dropdown-menu-bg);
|
||||||
border-radius: 5px;
|
|
||||||
box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 40%);
|
box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 40%);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user