mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 13:38:49 +08:00
fix: tab switcher on windows desktop (#6812)

This commit is contained in:
@@ -5,6 +5,7 @@ export const switchRootWrapper = style({
|
|||||||
height: '52px',
|
height: '52px',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
flexShrink: 0,
|
||||||
});
|
});
|
||||||
export const switchRoot = style({
|
export const switchRoot = style({
|
||||||
vars: {
|
vars: {
|
||||||
|
|||||||
Reference in New Issue
Block a user