You've already forked AstralRinth
forked from didirus/AstralRinth
Fix project page menu opening off-screen with right sidebar (#1565)
This commit is contained in:
@@ -330,7 +330,7 @@
|
|||||||
},
|
},
|
||||||
{ id: 'copy-id', action: () => copyId() },
|
{ id: 'copy-id', action: () => copyId() },
|
||||||
]"
|
]"
|
||||||
direction="right"
|
:direction="cosmetics.projectLayout ? 'left' : 'right'"
|
||||||
>
|
>
|
||||||
<MoreHorizontalIcon />
|
<MoreHorizontalIcon />
|
||||||
<template #report> <ReportIcon /> Report</template>
|
<template #report> <ReportIcon /> Report</template>
|
||||||
@@ -338,15 +338,14 @@
|
|||||||
</OverflowMenu>
|
</OverflowMenu>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<nuxt-link class="iconified-button" to="/auth/sign-in">
|
|
||||||
<ReportIcon aria-hidden="true" />
|
|
||||||
Report
|
|
||||||
</nuxt-link>
|
|
||||||
<nuxt-link class="iconified-button" to="/auth/sign-in">
|
<nuxt-link class="iconified-button" to="/auth/sign-in">
|
||||||
<HeartIcon aria-hidden="true" />
|
<HeartIcon aria-hidden="true" />
|
||||||
Follow
|
Follow
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
|
<nuxt-link class="iconified-button" to="/auth/sign-in">
|
||||||
|
<BookmarkIcon aria-hidden="true" />
|
||||||
|
Save
|
||||||
|
</nuxt-link>
|
||||||
<OverflowMenu
|
<OverflowMenu
|
||||||
class="btn icon-only"
|
class="btn icon-only"
|
||||||
:options="[
|
:options="[
|
||||||
@@ -358,7 +357,7 @@
|
|||||||
},
|
},
|
||||||
{ id: 'copy-id', action: () => copyId() },
|
{ id: 'copy-id', action: () => copyId() },
|
||||||
]"
|
]"
|
||||||
direction="right"
|
:direction="cosmetics.projectLayout ? 'left' : 'right'"
|
||||||
>
|
>
|
||||||
<MoreHorizontalIcon />
|
<MoreHorizontalIcon />
|
||||||
<template #report> <ReportIcon /> Report</template>
|
<template #report> <ReportIcon /> Report</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user