Compare commits

..

No commits in common. "e73db55e290ab7e133f011a7d8efb7eff842f226" and "03f37565239ad0688dc086b4089e9dd3b66f3119" have entirely different histories.

3 changed files with 3 additions and 15 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@ -968,12 +968,6 @@ select option {
transform: scale(0.92);
}
.queue-retry-btn:focus-visible {
outline: none;
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.65);
border-color: rgba(145, 70, 255, 0.55);
}
.queue-main {
flex: 1;
min-width: 0;
@ -3355,12 +3349,6 @@ body.theme-light .modal {
border-color: rgba(255, 70, 70, 0.55);
}
.modal-close:focus-visible {
outline: none;
border-color: rgba(255, 70, 70, 0.6);
box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.6);
}
.modal-close:active {
transform: scale(0.92);
}