Compare commits
2 Commits
fb5c1caf43
...
042f3d0ef9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
042f3d0ef9 | ||
|
|
ceab155a6c |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-hoster-uploader",
|
||||
"version": "3.3.21",
|
||||
"version": "3.3.22",
|
||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -713,6 +713,18 @@ body.col-resizing, body.col-resizing * { cursor: col-resize !important; user-sel
|
||||
font-size: 12px;
|
||||
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; }
|
||||
.hs-input { max-width: 100px; }
|
||||
.hint { font-size: 10px; color: var(--text-dim); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user