mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 13:02:21 +08:00
fix: create page button offset issue on non-windows desktop app (#5669)
fix TOV-428
This commit is contained in:
@@ -230,7 +230,7 @@ const AllPageHeader = ({
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
right={
|
right={
|
||||||
<div className={styles.headerRightWindows}>
|
<div className={clsx(isWindowsDesktop && styles.headerRightWindows)}>
|
||||||
<NewPageButton
|
<NewPageButton
|
||||||
size="small"
|
size="small"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
|||||||
Reference in New Issue
Block a user