diff options
author | Edward <101938856+EdwardLangdon@users.noreply.github.com> | 2022-05-19 17:51:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 20:51:19 +0300 |
commit | ad288578a3066295a2d655fe7184e43279e90c41 (patch) | |
tree | 12a1768d3737f3163914520aa9bb30540ee0f956 /src/pages/popup/style.css | |
parent | Supported all frontend preferences #234 (diff) | |
download | libredirect-ad288578a3066295a2d655fe7184e43279e90c41.zip |
Alligned Buttons in Extension Popup (#267)
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 9 |
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 |