diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-05-21 13:15:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 17:15:24 +0000 |
commit | 4f39126ee16cc4be81c94e7c88896615b75b746a (patch) | |
tree | 1ea09880724b2e3ca4d926c667a419589e923f8d /ext/settings.html | |
parent | 654bb75e4104f0b49cb94a7296ffd8a9a6eb3fc7 (diff) |
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
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/settings.html b/ext/settings.html index 12281764..3eb2fc2e 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -2396,7 +2396,9 @@ <div class="dictionary-item-top"></div> <label class="dictionary-item-top toggle dictionary-item-enabled-toggle-container"><input type="checkbox" id="all-dictionaries-enabled"><span class="toggle-body"><span class="toggle-track"></span><span class="toggle-knob"></span></span></label> <div class="dictionary-item-top dictionary-item-title-container">All</div> - <div class="dictionary-item-top">Priority</div> + <div class="dictionary-item-top advanced-only">Priority</div> + <div class="dictionary-item-top dictionary-item-button-height"></div> + <div class="dictionary-item-top dictionary-item-button-height"></div> <div class="dictionary-item-top dictionary-item-button-height"></div> </div> |