From 8b96a70066a638a63a9f6b859ce3be52db0cf2e5 Mon Sep 17 00:00:00 2001 From: cp-20 Date: Sun, 16 Jun 2024 16:42:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20border=E3=82=92=E8=89=AF=E3=81=84?= =?UTF-8?q?=E6=84=9F=E3=81=98=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Post.vue | 8 -------- frontend/src/views/MainView.vue | 13 ------------- frontend/src/views/PostView.vue | 3 +-- 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/frontend/src/components/Post.vue b/frontend/src/components/Post.vue index 2dc21ca..d445fd7 100644 --- a/frontend/src/components/Post.vue +++ b/frontend/src/components/Post.vue @@ -140,14 +140,6 @@ const vTwemoji = { .post-link { text-decoration: none; color: inherit; - - &::after { - content: ''; - display: block; - width: 100%; - height: 1px; - background-color: var(--dimmed-border-color); - } } :global(.twemoji) { diff --git a/frontend/src/views/MainView.vue b/frontend/src/views/MainView.vue index fbdce76..125b85f 100644 --- a/frontend/src/views/MainView.vue +++ b/frontend/src/views/MainView.vue @@ -88,19 +88,6 @@ hr { flex-direction: column; } -.post-link { - text-decoration: none; - color: inherit; - - &::after { - content: ''; - display: block; - width: 100%; - height: 1px; - background-color: var(--dimmed-border-color); - } -} - .loader-container { display: flex; justify-content: center; diff --git a/frontend/src/views/PostView.vue b/frontend/src/views/PostView.vue index 8ffc958..3755430 100644 --- a/frontend/src/views/PostView.vue +++ b/frontend/src/views/PostView.vue @@ -38,7 +38,6 @@ onBeforeRouteUpdate((to) => { @react="() => loadPost(useRoute().params.id as string)" /> -
{ :parent-id="postContent.id" @submit="() => loadPost(useRoute().params.id as string)" /> - +