From c07b0ed275367ada121a70cbb223572f480441a4 Mon Sep 17 00:00:00 2001 From: Alex-D Date: Wed, 29 Jan 2025 23:44:18 +0100 Subject: [PATCH] fix: remove unexisting variable from tenor scss --- plugins/tenor/ui/sass/trumbowyg.tenor.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/plugins/tenor/ui/sass/trumbowyg.tenor.scss b/plugins/tenor/ui/sass/trumbowyg.tenor.scss index 59102f7f..4d984129 100644 --- a/plugins/tenor/ui/sass/trumbowyg.tenor.scss +++ b/plugins/tenor/ui/sass/trumbowyg.tenor.scss @@ -1,4 +1,4 @@ -// Adapted from giphy plugin +// Adapted from giphy plugin .trumbowyg-tenor-button svg { transform: scale(1.22); @@ -21,10 +21,6 @@ background: none; border: 1px solid transparent; - @media screen and (max-width: $phone) { - top: calc(5% + 2px); - } - &:hover, &:focus { outline: none; @@ -43,11 +39,6 @@ pointer-events: none; user-select: none; - @media screen and (max-width: $phone) { - top: calc(5% + 5px); - right: calc(15%); - } - span { text-transform: uppercase; font-weight: bold;