diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-21 19:57:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 19:57:43 -0500 |
commit | 0bc5a4a971126adca1787d90db36b13716638290 (patch) | |
tree | 8e61cbfeb6fbc2d8e55c971ae591ee4b70116b9d /ext/bg/welcome.html | |
parent | ad0002d4d853a698d7bd3e5f09e3cb8e8948e2de (diff) |
Update data-menu-position to be space separated instead of comma separated (#1286)
Diffstat (limited to 'ext/bg/welcome.html')
-rw-r--r-- | ext/bg/welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index a4a725be..cdc0c22c 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -322,7 +322,7 @@ </div> </div> <div class="settings-item-right"> - <button class="icon-button dictionary-menu-button" data-menu="dictionary-menu" data-menu-position="below,left"><span class="icon-button-inner"><span class="icon" data-icon="kebab-menu"></span></span></button> + <button class="icon-button dictionary-menu-button" data-menu="dictionary-menu" data-menu-position="below left"><span class="icon-button-inner"><span class="icon" data-icon="kebab-menu"></span></span></button> </div> </div> </div></template> |