mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 07:02:50 +03:00
fix(component): banner should not affect the editor layout (#6605)
https://github.com/toeverything/AFFiNE/assets/27926/6aacb16c-02ca-4693-afe8-628bef507811
This commit is contained in:
parent
9cb6dcd93d
commit
5437c6567b
@ -4,11 +4,13 @@ export const browserWarningStyle = style({
|
||||
backgroundColor: cssVar('backgroundWarningColor'),
|
||||
color: cssVar('warningColor'),
|
||||
height: '36px',
|
||||
width: '100%',
|
||||
fontSize: cssVar('fontSm'),
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
position: 'relative',
|
||||
position: 'absolute',
|
||||
zIndex: 1,
|
||||
});
|
||||
export const closeButtonStyle = style({
|
||||
width: '36px',
|
||||
|
Loading…
Reference in New Issue
Block a user