Fix of popup to use full window's width

Makes NoScript to use all the width of "Configure current page's permissions" window.
This commit is contained in:
toboil-features 2024-09-28 14:24:22 +03:00 committed by GitHub
parent 1f23d07152
commit ca84ed676f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);