diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-27 22:30:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 22:30:45 -0400 |
commit | 2098d2faaeb1658ef753eb9f4ac123698938480e (patch) | |
tree | 72a92c3c9a2f3de4c6e5419d4e4bda55d5d04c6a /ext/css/settings.css | |
parent | af04a4f414ae0a2dce6c46dc30c9fdee119912c2 (diff) |
Hotkey arguments (#1565)
* Update display
* Move scope definitions
* Update scopes button after changing action
* Don't show menu if empty
* Improve scope updating
* Update style
* Simplify
* Add argument to settings
* Update convertToNumber implementation
* Add support for arguments
* Pass argument to action handler
* Update hotkey action definitions
* Remove x3 options
Diffstat (limited to 'ext/css/settings.css')
-rw-r--r-- | ext/css/settings.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/css/settings.css b/ext/css/settings.css index 6bc06bf7..9701aa56 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -2071,10 +2071,16 @@ button.hotkey-list-item-enabled-button[data-scope-count='0'] { .hotkey-list-item-enabled-button-label>.checkbox { margin-right: 0.5em; } -.hotkey-list-item-action-argument { +.hotkey-list-item-action-argument-container { margin-left: 0.375em; flex: 1 1 auto; - visibility: hidden; + display: flex; + flex-flow: row nowrap; + align-items: stretch; + width: var(--input-width-large); +} +.hotkey-argument-label { + margin-right: 0.25em; } .hotkey-list-item-flex-row { display: flex; |