Compare commits

..

No commits in common. "042f3d0ef98eaf8a55ed7420c80719bbd4946dda" and "fb5c1caf43e4c915cc7f7a3e83db5fe5723c4fda" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "multi-hoster-uploader", "name": "multi-hoster-uploader",
"version": "3.3.22", "version": "3.3.21",
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously", "description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View File

@ -713,18 +713,6 @@ body.col-resizing, body.col-resizing * { cursor: col-resize !important; user-sel
font-size: 12px; font-size: 12px;
max-width: 300px; max-width: 300px;
} }
/* Checkbox-type .hs-input (e.g. per-hoster "Links in Log schreiben") must
not inherit the stretched text-input box styling above render it as a
normal small checkbox sitting next to its label. */
.hs-input[type="checkbox"] {
flex: none;
width: 16px;
height: 16px;
max-width: none;
padding: 0;
background: none;
border: none;
}
.key-input:focus, .hs-input:focus { border-color: var(--accent); outline: none; } .key-input:focus, .hs-input:focus { border-color: var(--accent); outline: none; }
.hs-input { max-width: 100px; } .hs-input { max-width: 100px; }
.hint { font-size: 10px; color: var(--text-dim); } .hint { font-size: 10px; color: var(--text-dim); }