Peng Xiao 2023-12-14 06:31:59 +00:00
parent 8aac1e09e2
commit 0dc9358972
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export const headerTitleContainer = style({
alignItems: 'center',
flexGrow: 1,
position: 'relative',
width: '100%',
overflow: 'hidden',
columnGap: 12,
});

View File

@ -47,6 +47,7 @@ export const mainHeaderRight = style({
export const spacer = style({
flexGrow: 1,
minWidth: 12,
});
export const standaloneExtensionSwitcherWrapper = style({