diff --git a/components/PostCard.vue b/components/PostCard.vue
index 59e7895d4..560eb50f0 100644
--- a/components/PostCard.vue
+++ b/components/PostCard.vue
@@ -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;
diff --git a/pages/post/_slug/index.vue b/pages/post/_slug/index.vue
index 619841310..9c1bd4ac3 100644
--- a/pages/post/_slug/index.vue
+++ b/pages/post/_slug/index.vue
@@ -8,7 +8,6 @@
.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;