From f6bedacfefc8a2c613de04fa5cf4b9fc9e138e42 Mon Sep 17 00:00:00 2001 From: linuxjo Date: Sun, 5 Dec 2021 14:25:12 +0200 Subject: [PATCH] remove added css --- components/ShareButtons/ShareButtons.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/ShareButtons/ShareButtons.vue b/components/ShareButtons/ShareButtons.vue index 461c512..e559e3c 100644 --- a/components/ShareButtons/ShareButtons.vue +++ b/components/ShareButtons/ShareButtons.vue @@ -11,7 +11,7 @@ - + @@ -63,8 +63,4 @@ [dir="rtl"] .share-button { @apply mr-4 ml-0; } - [dir="ltr"] .copied { - right: 0; - bottom: -37px; - }