From ca84ed676f632b1655ee8377091f6c30d5cde753 Mon Sep 17 00:00:00 2001 From: toboil-features <160222185+toboil-features@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:24:22 +0300 Subject: [PATCH] Fix of popup to use full window's width Makes NoScript to use all the width of "Configure current page's permissions" window. --- src/common/themes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/themes.css b/src/common/themes.css index 6170622..e8451e7 100644 --- a/src/common/themes.css +++ b/src/common/themes.css @@ -32,7 +32,7 @@ --icon-size: 2.2em; --line-size: 1.5em; - --popup-size: 600px; + --popup-size: fill; --bg-preset-color: var(--form-color2); --bg-odd-row: var(--bg-color2);