From 1eb3e7e8e2ea94554f4119d40203924c3a0118b7 Mon Sep 17 00:00:00 2001 From: Justineo Date: Fri, 29 Oct 2021 17:13:40 +0800 Subject: [PATCH] fix: fix edit link and remove table width restriction --- assets/styles/post.styl | 6 +++--- components/OneEditLink.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/styles/post.styl b/assets/styles/post.styl index fae0a43..20c84f3 100644 --- a/assets/styles/post.styl +++ b/assets/styles/post.styl @@ -153,9 +153,9 @@ margin-y($top, $bottom = $top) left 0 background #f1f1f1 - pre - table - max-width 480px + // pre + // table + // max-width 480px th td diff --git a/components/OneEditLink.vue b/components/OneEditLink.vue index 9383795..1490c06 100644 --- a/components/OneEditLink.vue +++ b/components/OneEditLink.vue @@ -91,9 +91,9 @@ export default { &:active color #000 - &.full + .full display inline - &.short + .short display none @media (max-width 480px)