Add files via upload

This commit is contained in:
erosman 2023-11-13 22:36:22 +03:30 committed by GitHub
parent 29ab2e4ce1
commit 1164c05e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -418,7 +418,7 @@
<dl>
<dt>⎘ Duplicate Proxy</dt>
<dd>Click to duplicate previously saved proxy and its patterns</dd>
<dd>Click to duplicate proxy and its patterns</dd>
<dt>Toggle Button</dt>
<dd>Toggle proxy active or inactive</dd>

View File

@ -58,6 +58,7 @@ button:hover {
/* ----- Main Display ----- */
div.list {
padding-top: 0.5em;
min-height: 15em;
max-height: 30em;
overflow-y: auto;