mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat(core): resize and reorder split-view (#5994)
This commit is contained in:
@@ -11,6 +11,7 @@ export const menuContent = style({
|
||||
backgroundColor: cssVar('backgroundOverlayPanelColor'),
|
||||
boxShadow: cssVar('menuShadow'),
|
||||
userSelect: 'none',
|
||||
['WebkitAppRegion' as string]: 'no-drag',
|
||||
});
|
||||
export const menuItem = style({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user