mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): wrong padding position when ai panel is active (#7648)
This commit is contained in:
@@ -10,6 +10,10 @@ export const affineDocViewport = style({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
paddingBottom: '100px',
|
||||
});
|
||||
|
||||
export const docContainer = style({
|
||||
display: 'block',
|
||||
selectors: ['generating', 'finished', 'error'].reduce<
|
||||
NonNullable<StyleRule['selectors']>
|
||||
>((rules, state) => {
|
||||
@@ -20,10 +24,6 @@ export const affineDocViewport = style({
|
||||
}, {}),
|
||||
});
|
||||
|
||||
export const docContainer = style({
|
||||
display: 'block',
|
||||
});
|
||||
|
||||
export const docEditorGap = style({
|
||||
display: 'block',
|
||||
width: '100%',
|
||||
|
||||
Reference in New Issue
Block a user