From f0ed87f89e303f07c64850ec25e4821cc8717757 Mon Sep 17 00:00:00 2001 From: Vordgi Date: Sat, 28 Sep 2024 14:46:29 +0400 Subject: [PATCH] fix: use button in user-tag instead of a --- frontend/static/css/components/profile.css | 2 ++ frontend/static/js/components/UserTag.vue | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/static/css/components/profile.css b/frontend/static/css/components/profile.css index d8cbe54ab..2e0d549a6 100644 --- a/frontend/static/css/components/profile.css +++ b/frontend/static/css/components/profile.css @@ -353,6 +353,8 @@ font-size: 110%; font-weight: 300; padding: 7px 20px; + color: inherit; + background: none; border: var(--button-hover-border); margin-right: 20px; margin-bottom: 20px; diff --git a/frontend/static/js/components/UserTag.vue b/frontend/static/js/components/UserTag.vue index e64c3e771..54349bca7 100644 --- a/frontend/static/js/components/UserTag.vue +++ b/frontend/static/js/components/UserTag.vue @@ -1,12 +1,12 @@