From 14c8fb41088202ad54e633d375c022829f45d492 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 10 Apr 2025 15:10:17 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EA=BD=89=EC=B0=A8=EA=B2=8C->USER-AVATAR=20PADDING?= =?UTF-8?q?=EC=97=86=EC=95=A0=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/MainVote.vue | 1 - src/components/main/MainWordDict.vue | 1 - src/components/wordDict/DictCard.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/src/components/main/MainVote.vue b/src/components/main/MainVote.vue index 3e3161c..b9718e0 100644 --- a/src/components/main/MainVote.vue +++ b/src/components/main/MainVote.vue @@ -240,6 +240,5 @@ const getDaysAgo = (dateString) => { diff --git a/src/components/main/MainWordDict.vue b/src/components/main/MainWordDict.vue index 1c89f7a..ba28c43 100644 --- a/src/components/main/MainWordDict.vue +++ b/src/components/main/MainWordDict.vue @@ -135,6 +135,5 @@ return title.length > 25 ? title.slice(0, 25) + '...' : title; diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 2028c9d..7034330 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -164,7 +164,6 @@ const toggleEdit = async () => { .user-avatar { border: 3px solid; - padding: 0.1px; } .edit-btn {