From 7875925be09d4a851edcea48c0f897d139398264 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 13 Aug 2021 17:40:03 -0700 Subject: [PATCH] fix: support RTL direction (#213) * fix: support RTL direction fixes #212 * fix: fix for old Safari * fix: remove test page rtl --- src/picker/components/Picker/Picker.html | 9 +++--- src/picker/components/Picker/Picker.js | 40 +++++++++++++----------- src/picker/styles/picker.scss | 11 +++++-- test/adhoc/index.html | 2 ++ 4 files changed, 36 insertions(+), 26 deletions(-) diff --git a/src/picker/components/Picker/Picker.html b/src/picker/components/Picker/Picker.html index f0dec94..3ad9d73 100644 --- a/src/picker/components/Picker/Picker.html +++ b/src/picker/components/Picker/Picker.html @@ -77,7 +77,7 @@
-
+
@@ -114,7 +115,7 @@ on:click={onEmojiClick} bind:this={tabpanelElement} > -
+
{#each currentEmojisWithCategories as emojiWithCategory, i (emojiWithCategory.category)}