fix: sidebar fallback ui position (#2424)

This commit is contained in:
Himself65
2023-05-17 15:49:55 -07:00
committed by himself65
parent 31e1575b5d
commit d5c3d1b86a

View File

@@ -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',
});