From ba27ea2c9dd6357fa242c7c222503b7c85ec22a0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 13 Oct 2019 17:40:51 -0400 Subject: [PATCH] Center align context popup window buttons --- ext/bg/context.html | 1 + 1 file changed, 1 insertion(+) 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; }