mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat: modify option menu style (#1506)
This commit is contained in:
@@ -77,6 +77,7 @@ export const EditorOptionMenu = () => {
|
||||
{mode === 'page' ? t('Edgeless') : t('Page')}
|
||||
</MenuItem>
|
||||
<Menu
|
||||
width={248}
|
||||
placement="left-start"
|
||||
content={
|
||||
<>
|
||||
@@ -124,6 +125,7 @@ export const EditorOptionMenu = () => {
|
||||
<>
|
||||
<FlexWrapper alignItems="center" justifyContent="center">
|
||||
<Menu
|
||||
width={276}
|
||||
content={EditMenu}
|
||||
placement="bottom-end"
|
||||
disablePortal={true}
|
||||
|
||||
Reference in New Issue
Block a user