mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
refactor(editor): adjust min-width of context-menu (#11078)
fix: BS-2686
This commit is contained in:
@@ -36,7 +36,7 @@ export class MenuComponent
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
user-select: none;
|
||||
min-width: 276px;
|
||||
min-width: 180px;
|
||||
box-shadow: ${unsafeCSSVar('overlayPanelShadow')};
|
||||
border-radius: 4px;
|
||||
background-color: ${unsafeCSSVarV2('layer/background/overlayPanel')};
|
||||
|
||||
Reference in New Issue
Block a user