about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
diff options
context:
space:
mode:
authorEdward <101938856+EdwardLangdon@users.noreply.github.com>2022-05-19 17:51:19 +0000
committerGitHub <noreply@github.com>2022-05-19 20:51:19 +0300
commitad288578a3066295a2d655fe7184e43279e90c41 (patch)
tree12a1768d3737f3163914520aa9bb30540ee0f956 /src/pages/popup/style.css
parentSupported all frontend preferences #234 (diff)
downloadlibredirect-ad288578a3066295a2d655fe7184e43279e90c41.zip
Alligned Buttons in Extension Popup (#267)
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r--src/pages/popup/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css
index 4cc56145..6cd91b92 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