From fc6218c84d20860328e6d3ef3b79ab4fb04bed11 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 29 Jan 2024 18:15:31 +0300 Subject: Made popup mobile-friendly https://github.com/libredirect/browser_extension/issues/874 --- src/pages/popup/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/pages/popup/style.css') diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 6c258d75..5e39b4ed 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -36,7 +36,6 @@ input { width: 46px; } - div.block label { margin: 0; font-size: 18px; @@ -50,4 +49,17 @@ div.block label:hover { div.block div { display: flex; +} + +html.mobile body { + width: 100%; +} + +html.mobile div.block label { + font-size: 24px; +} + +html.mobile .button svg { + width: 30px; + height: 30px; } \ No newline at end of file -- cgit 1.4.1