feat(core): resize and reorder split-view (#5994)

This commit is contained in:
Cats Juice
2024-03-04 11:19:39 +00:00
parent 7b31363c51
commit 2275eee5b2
12 changed files with 661 additions and 16 deletions

View File

@@ -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',