fix(electron): app fallback styles (#8225)

This commit is contained in:
pengx17
2024-09-12 11:21:29 +00:00
parent d2b482bcb2
commit 4b920a867c
4 changed files with 20 additions and 4 deletions
@@ -0,0 +1,5 @@
import { style } from '@vanilla-extract/css';
export const fallback = style({
paddingTop: 52,
});
@@ -18,14 +18,13 @@ export const root = style({
export const appTabsHeader = style({
zIndex: 1,
position: 'absolute',
top: 0,
});
export const fallbackRoot = style({
position: 'absolute',
paddingTop: 52,
width: '100%',
height: '100%',
zIndex: 0,
});
export const splitViewFallback = style({