From 4f39126ee16cc4be81c94e7c88896615b75b746a Mon Sep 17 00:00:00 2001
From: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
Date: Tue, 21 May 2024 13:15:24 -0400
Subject: Move dictionary up and down buttons out of kebab menu (#971)
* Add up and down buttons to dictionaries list
* Fix text wrapping on firefox when viewport is smaller than dict modal
* Cleanup
* Remove up and down options from kebab menu
* Hide priority under advanced
---
ext/images/down-chevron.svg | 4 ++++
ext/images/up-chevron.svg | 4 ++++
2 files changed, 8 insertions(+)
create mode 100644 ext/images/down-chevron.svg
create mode 100644 ext/images/up-chevron.svg
(limited to 'ext/images')
diff --git a/ext/images/down-chevron.svg b/ext/images/down-chevron.svg
new file mode 100644
index 00000000..ad2414c2
--- /dev/null
+++ b/ext/images/down-chevron.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/ext/images/up-chevron.svg b/ext/images/up-chevron.svg
new file mode 100644
index 00000000..fa1bb7b4
--- /dev/null
+++ b/ext/images/up-chevron.svg
@@ -0,0 +1,4 @@
+
+
--
cgit v1.2.3