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:
parent
1f23d07152
commit
ca84ed676f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue