From 2e1de247ee7d1d3cb14b9e6a03b3e429a13b53ac Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 18 Sep 2023 13:12:00 +0300 Subject: Add "Redirect (frontend) to Prefferred" https://github.com/libredirect/browser_extension/issues/767 --- src/pages/popup/style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src/pages/popup/style.css') 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 -- cgit 1.4.1