Compare commits

..

No commits in common. "6c56c4e908fdc491bf5deb197a016969b146d9f1" and "ce3b876006fec6788a3df34ee4b0f2d7401ef510" have entirely different histories.

3 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.150", "version": "4.6.149",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.150", "version": "4.6.149",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^1.6.0", "axios": "^1.6.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.150", "version": "4.6.149",
"description": "Twitch VOD Manager - Download Twitch VODs easily", "description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js", "main": "dist/main.js",
"author": "xRangerDE", "author": "xRangerDE",

View File

@ -471,10 +471,10 @@ body {
color: var(--text); color: var(--text);
font-size: 13px; font-size: 13px;
} }
/* No .filter-input:hover here it's redundant with the global
input[type="text"]:hover rule added in 4.6.142 (same effect: soft .filter-input:hover:not(:focus):not(:disabled) {
purple border on hover). The class is always applied to <input border-color: rgba(145, 70, 255, 0.45);
type="text"> elements, so the global rule already covers them. */ }
.filter-input.compact { .filter-input.compact {
width: calc(100% - 16px); width: calc(100% - 16px);