From d53ac3d04e11c4f9942ae86b8a9d34f29a39e71e 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; - }