aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-13 17:40:51 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-13 17:40:51 -0400
commitba27ea2c9dd6357fa242c7c222503b7c85ec22a0 (patch)
tree30e16c6e9fc81fe7600dfd26ea1eb2ae8f00066f /ext
parent17e2f825f4620e31e89a14d72b84a733cd98a277 (diff)
Center align context popup window buttons
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/context.html1
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;
}