mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix: sidebar fallback ui position (#2424)
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const fallbackStyle = style({
|
||||
margin: '0 2px',
|
||||
margin: '12px 16px',
|
||||
height: '100%',
|
||||
});
|
||||
|
||||
export const fallbackHeaderStyle = style({
|
||||
height: '58px',
|
||||
height: '56px',
|
||||
width: '100%',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row',
|
||||
gap: '8px',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user