From 275b8d7261697407c8f0ea67654948c4b4645dd0 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 12 Jan 2019 14:25:17 +0100 Subject: [PATCH] Improved report dropdown on post view --- components/PostCard.vue | 3 --- pages/post/_slug/index.vue | 7 ++++++- 2 files changed, 6 insertions(+), 4 deletions(-) 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;