Compare commits

..

No commits in common. "b7499c87a313f7452df3372a30e04d0b8db0198a" and "46dc29a2265fb4cffdd61c18366092417d3b0fc3" have entirely different histories.

3 changed files with 4 additions and 10 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.3.4", "version": "4.3.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.3.4", "version": "4.3.3",
"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.3.4", "version": "4.3.3",
"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

@ -172,10 +172,6 @@ body {
.queue-section { .queue-section {
border-top: 1px solid rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.1);
padding: 15px; padding: 15px;
display: flex;
flex-direction: column;
min-height: 0;
flex: 1;
} }
.queue-header { .queue-header {
@ -200,9 +196,8 @@ body {
} }
.queue-list { .queue-list {
flex: 1; max-height: 210px;
overflow-y: auto; overflow-y: auto;
min-height: 60px;
} }
.health-badge { .health-badge {
@ -383,7 +378,6 @@ body {
display: flex; display: flex;
gap: 8px; gap: 8px;
margin-top: 10px; margin-top: 10px;
flex-shrink: 0;
} }
.btn { .btn {