diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-14 21:42:59 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-14 21:42:59 -0500 |
commit | ba972d8547089d8f2c8e19749ee0a0ab93d36233 (patch) | |
tree | 57cb0417e25955abbcd3a41b828aa9a9bc34667c /ext/bg/settings.html | |
parent | 01f611d1898f046de2f367e8fe0ec6692ca7e445 (diff) |
Add popup display mode
Allows the popup to be stretched to the full width of the screen, anchored to the top or bottom of the window.
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index fe4c32b1..7f18a358 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -74,6 +74,14 @@ </select> </div> + <div class="form-group"> + <label for="popup-display-mode">Popup display mode</label> + <select class="form-control" id="popup-display-mode"> + <option value="default">Default</option> + <option value="full-width">Full width</option> + </select> + </div> + <div class="form-group options-advanced"> <label for="audio-playback-volume">Audio playback volume (percent)</label> <input type="number" min="0" max="100" id="audio-playback-volume" class="form-control"> |