Improved report dropdown on post view

This commit is contained in:
Grzegorz Leoniec 2019-01-12 14:25:17 +01:00
parent 1d5fde6086
commit 275b8d7261
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 6 additions and 4 deletions

View File

@ -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;

View File

@ -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;