fix(core): fix menu shaking (#8187)

This commit is contained in:
EYHN
2024-09-11 03:42:13 +00:00
parent 7a546ff8a1
commit f009371e06
4 changed files with 3 additions and 146 deletions

View File

@@ -26,7 +26,6 @@ export const workspaceTypeIcon = style({
color: cssVar('iconSecondary'),
});
export const scrollbar = style({
transform: 'translateX(8px)',
width: '4px',
});
export const workspaceCard = style({