Compare commits
2 Commits
a516c78846
...
a8ec8658b3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8ec8658b3 | ||
|
|
66486dba0c |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.80",
|
"version": "4.6.81",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.80",
|
"version": "4.6.81",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.0",
|
"axios": "^1.6.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.80",
|
"version": "4.6.81",
|
||||||
"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",
|
||||||
|
|||||||
@ -1725,6 +1725,11 @@ select option {
|
|||||||
background: var(--accent-hover);
|
background: var(--accent-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(145, 70, 255, 0.55);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary:disabled {
|
.btn-primary:disabled {
|
||||||
background: var(--text-secondary);
|
background: var(--text-secondary);
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
@ -1737,6 +1742,17 @@ select option {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
transition: background 0.15s, border-color 0.15s, color 0.15s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary:hover:not(:disabled) {
|
||||||
|
background: rgba(255, 255, 255, 0.06);
|
||||||
|
border-color: rgba(255, 255, 255, 0.22);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.55);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
@ -1773,6 +1789,20 @@ select option {
|
|||||||
transform: translateY(1px);
|
transform: translateY(1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-pill:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.55);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-pill.primary:focus-visible,
|
||||||
|
.btn-pill.success:focus-visible {
|
||||||
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(145, 70, 255, 0.55);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-pill.danger:focus-visible {
|
||||||
|
box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-pill:disabled {
|
.btn-pill:disabled {
|
||||||
opacity: 0.45;
|
opacity: 0.45;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
@ -1842,6 +1872,11 @@ select option {
|
|||||||
color: #ff6b6b;
|
color: #ff6b6b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-close:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
/* .queue-detail-btn — tiny chip-style action button used in queue item
|
/* .queue-detail-btn — tiny chip-style action button used in queue item
|
||||||
detail rows AND in the archive search results list. Was previously
|
detail rows AND in the archive search results list. Was previously
|
||||||
rendering with browser defaults (gray flat button). */
|
rendering with browser defaults (gray flat button). */
|
||||||
@ -1873,6 +1908,11 @@ select option {
|
|||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.queue-detail-btn:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
/* Clips */
|
/* Clips */
|
||||||
.clip-input {
|
.clip-input {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user