aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-31 11:56:12 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-31 11:57:09 -0400
commit85472d9407861f688e55b06b1767882f71229fc2 (patch)
treef31a137ca7277741109ce36cee5f6b544da71876 /ext/bg/settings.html
parent68af0d86c3a941e185b34926fdbc57c457466e28 (diff)
Add option for position of popup for horizontal text
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index c6090c91..4f244602 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -108,6 +108,14 @@
</div>
<div class="form-group">
+ <label for="popup-display-mode">Popup position for horizontal text</label>
+ <select class="form-control" id="popup-horizontal-text-position">
+ <option value="below">Below text</option>
+ <option value="above">Above text</option>
+ </select>
+ </div>
+
+ <div class="form-group">
<label for="popup-display-mode">Popup position for vertical text</label>
<select class="form-control" id="popup-vertical-text-position">
<option value="default">Same as for horizontal text</option>