mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(electron): app fallback styles (#8225)
This commit is contained in:
@@ -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