mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 19:11:57 +08:00
fix(electron): app fallback styles (#8225)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user