mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
fix(core): trash page footer display issue (#5402)
Before  After 
This commit is contained in:
@@ -17,13 +17,6 @@ export const deleteHintContainer = style({
|
|||||||
gap: '16px',
|
gap: '16px',
|
||||||
backgroundColor: 'var(--affine-background-primary-color)',
|
backgroundColor: 'var(--affine-background-primary-color)',
|
||||||
borderTop: '1px solid var(--affine-border-color)',
|
borderTop: '1px solid var(--affine-border-color)',
|
||||||
selectors: {
|
|
||||||
'&[data-has-background="false"]': {
|
|
||||||
backgroundColor: 'transparent',
|
|
||||||
borderTop: 'none',
|
|
||||||
padding: '14px 0',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
export const deleteHintText = style({
|
export const deleteHintText = style({
|
||||||
fontSize: '15px',
|
fontSize: '15px',
|
||||||
|
|||||||
Reference in New Issue
Block a user