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