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