mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(electron): app fallback styles (#8225)
This commit is contained in:
5
packages/frontend/apps/electron/renderer/app.css.ts
Normal file
5
packages/frontend/apps/electron/renderer/app.css.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const fallback = style({
|
||||
paddingTop: 52,
|
||||
});
|
||||
Reference in New Issue
Block a user