Skip to content

Commit

Permalink
fix: remove unexisting variable from tenor scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jan 29, 2025
1 parent 6095023 commit c07b0ed
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions plugins/tenor/ui/sass/trumbowyg.tenor.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Adapted from giphy plugin
// Adapted from giphy plugin

.trumbowyg-tenor-button svg {
transform: scale(1.22);
Expand All @@ -21,10 +21,6 @@
background: none;
border: 1px solid transparent;

@media screen and (max-width: $phone) {
top: calc(5% + 2px);
}

&:hover,
&:focus {
outline: none;
Expand All @@ -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;
Expand Down

0 comments on commit c07b0ed

Please sign in to comment.