Compare commits

..

No commits in common. "d19e7ebc34866a42dc319c3c76fca5f75f74f43b" and "77aa04c8947103b6ae10048f089da0ad6ab87221" have entirely different histories.

4 changed files with 5 additions and 18 deletions

4
package-lock.json generated
View File

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

@ -216,8 +216,8 @@
</div> </div>
</nav> </nav>
<div class="section-title" id="streamerSectionTitle"> <div class="section-title" id="streamerSectionTitle" style="display:flex; align-items:center; gap:6px; justify-content:space-between;">
<span class="section-title-label"> <span style="display:flex; align-items:baseline; gap:8px;">
<span id="streamerSectionTitleText">Streamer</span> <span id="streamerSectionTitleText">Streamer</span>
<span id="streamerSectionCounter" class="streamer-section-counter"></span> <span id="streamerSectionCounter" class="streamer-section-counter"></span>
</span> </span>

View File

@ -105,19 +105,6 @@ body {
color: var(--text-secondary); color: var(--text-secondary);
padding: 15px 15px 8px; padding: 15px 15px 8px;
letter-spacing: 0.5px; letter-spacing: 0.5px;
display: flex;
align-items: center;
gap: 6px;
justify-content: space-between;
}
/* Inner label group inside .section-title keeps the title text and
the streamer-section-counter aligned on the text baseline as a single
unit, separate from the bulk-remove X button that pins to the right. */
.section-title-label {
display: flex;
align-items: baseline;
gap: 8px;
} }
.streamers { .streamers {