mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00: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={
|
||||
<div className={styles.headerRightWindows}>
|
||||
<div className={clsx(isWindowsDesktop && styles.headerRightWindows)}>
|
||||
<NewPageButton
|
||||
size="small"
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user