Compare commits
No commits in common. "d19e7ebc34866a42dc319c3c76fca5f75f74f43b" and "77aa04c8947103b6ae10048f089da0ad6ab87221" have entirely different histories.
d19e7ebc34
...
77aa04c894
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.87",
|
||||
"version": "4.6.86",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.87",
|
||||
"version": "4.6.86",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.87",
|
||||
"version": "4.6.86",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -216,8 +216,8 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="section-title" id="streamerSectionTitle">
|
||||
<span class="section-title-label">
|
||||
<div class="section-title" id="streamerSectionTitle" style="display:flex; align-items:center; gap:6px; justify-content:space-between;">
|
||||
<span style="display:flex; align-items:baseline; gap:8px;">
|
||||
<span id="streamerSectionTitleText">Streamer</span>
|
||||
<span id="streamerSectionCounter" class="streamer-section-counter"></span>
|
||||
</span>
|
||||
|
||||
@ -105,19 +105,6 @@ body {
|
||||
color: var(--text-secondary);
|
||||
padding: 15px 15px 8px;
|
||||
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user