From ad288578a3066295a2d655fe7184e43279e90c41 Mon Sep 17 00:00:00 2001 From: Edward <101938856+EdwardLangdon@users.noreply.github.com> Date: Thu, 19 May 2022 17:51:19 +0000 Subject: [PATCH] Alligned Buttons in Extension Popup (#267) --- src/pages/popup/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 4cc5614..6cd91b9 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -9,4 +9,11 @@ html, body { .hide { display: none !important; -} \ No newline at end of file +} + +.button { + margin: auto; + width: 50%; + border: 3px rgb(180, 201, 180); + padding: 10px; + } \ No newline at end of file