diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 17:40:51 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 17:40:51 -0400 |
commit | ba27ea2c9dd6357fa242c7c222503b7c85ec22a0 (patch) | |
tree | 30e16c6e9fc81fe7600dfd26ea1eb2ae8f00066f | |
parent | 17e2f825f4620e31e89a14d72b84a733cd98a277 (diff) |
Center align context popup window buttons
-rw-r--r-- | ext/bg/context.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/context.html b/ext/bg/context.html index 51346838..843d3fd5 100644 --- a/ext/bg/context.html +++ b/ext/bg/context.html @@ -14,6 +14,7 @@ .btn-group { display: flex; + justify-content: center; margin-top: 10px; white-space: nowrap; } |