mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 19:22:49 +03:00
fix: pagation items are not easy to trigger (#4372)
This commit is contained in:
parent
a9b6529bcb
commit
d5c41d29af
@ -62,7 +62,8 @@ export const pageItem = style({
|
||||
},
|
||||
});
|
||||
globalStyle(`${pageItem} a`, {
|
||||
display: 'inline-flex',
|
||||
width: '100%',
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user