mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Improved report dropdown on post view
This commit is contained in:
parent
1d5fde6086
commit
275b8d7261
@ -116,9 +116,6 @@ export default {
|
||||
}
|
||||
}
|
||||
.content-menu {
|
||||
// position: absolute;
|
||||
// bottom: $space-small;
|
||||
// right: $space-small;
|
||||
display: inline-block;
|
||||
margin-left: $space-small;
|
||||
z-index: 1;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
<hc-author :post="post" />
|
||||
<no-ssr>
|
||||
<content-menu
|
||||
style="float: right; display: inline-block; margin-top: -5rem;"
|
||||
placement="bottom-end"
|
||||
context="contribution"
|
||||
:item-id="post.id"
|
||||
@ -225,6 +224,12 @@ export default {
|
||||
|
||||
<style lang="scss">
|
||||
.page-name-post-slug {
|
||||
.content-menu {
|
||||
float: right;
|
||||
margin-right: -$space-x-small;
|
||||
// margin-top: $space-x-small;
|
||||
}
|
||||
|
||||
.post-card {
|
||||
// max-width: 800px;
|
||||
margin: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user