diff options
| author | ManeraKai <manerakai@protonmail.com> | 2023-09-18 13:12:00 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2023-09-18 13:12:09 +0300 |
| commit | 2e1de247ee7d1d3cb14b9e6a03b3e429a13b53ac (patch) | |
| tree | 6417e4fe245d491d28ae9a4f1cbe7427b1f49a45 /src/pages/popup/style.css | |
| parent | Added cache for ping https://github.com/libredirect/browser_extension/issues/773 (diff) | |
| download | libredirect-2e1de247ee7d1d3cb14b9e6a03b3e429a13b53ac.zip | |
Add "Redirect (frontend) to Prefferred" https://github.com/libredirect/browser_extension/issues/767
Diffstat (limited to 'src/pages/popup/style.css')
| -rw-r--r-- | src/pages/popup/style.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 82adfded..6c258d75 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,5 +1,5 @@ body { - width: 230px; + width: 270px; min-height: auto; } @@ -16,6 +16,14 @@ body { display: flex; margin: 0 auto; justify-content: space-between; +} + +.button svg { + width: 26px; + height: 26px; +} + +.bottom-button { width: 100%; } @@ -33,9 +41,13 @@ div.block label { margin: 0; font-size: 18px; font-weight: bold; - max-width: 160px; + max-width: 180px; } div.block label:hover { cursor: pointer; +} + +div.block div { + display: flex; } \ No newline at end of file |
