mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00: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',
|
||||
backgroundColor: 'var(--affine-background-primary-color)',
|
||||
borderTop: '1px solid var(--affine-border-color)',
|
||||
selectors: {
|
||||
'&[data-has-background="false"]': {
|
||||
backgroundColor: 'transparent',
|
||||
borderTop: 'none',
|
||||
padding: '14px 0',
|
||||
},
|
||||
},
|
||||
});
|
||||
export const deleteHintText = style({
|
||||
fontSize: '15px',
|
||||
|
||||
Reference in New Issue
Block a user