diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-21 16:38:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-21 16:38:28 +0300 |
commit | 68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 (patch) | |
tree | de474998634ef4fd0ed26859ba88653bbd162a90 /src/pages/popup/style.css | |
parent | Hiding popup buttons when not available (diff) | |
download | libredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip |
Fixed buttons in the general tab
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 4cc56145..8136237a 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,5 +1,5 @@ body { - width: 240px; + width: 230px; min-height: auto; } @@ -9,4 +9,15 @@ html, body { .hide { display: none !important; +} + +.button { + display: flex; + margin: 0 auto; + justify-content: space-between; + width: 100%; +} + +.space { + height: 10px; } \ No newline at end of file |