Compare commits
2 Commits
a8ec8658b3
...
3e37f9e87e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e37f9e87e | ||
|
|
f29cfd6ed4 |
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.81",
|
"version": "4.6.82",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.81",
|
"version": "4.6.82",
|
||||||
"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.81",
|
"version": "4.6.82",
|
||||||
"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",
|
||||||
|
|||||||
@ -1150,6 +1150,19 @@ select option {
|
|||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-start:focus-visible {
|
||||||
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(0, 200, 83, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-start.downloading:focus-visible {
|
||||||
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(229, 70, 70, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-retry {
|
.btn-retry {
|
||||||
background: #2a3344;
|
background: #2a3344;
|
||||||
color: #d9e4f7;
|
color: #d9e4f7;
|
||||||
@ -1249,6 +1262,17 @@ select option {
|
|||||||
transform: scale(0.94);
|
transform: scale(0.94);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-search button: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);
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-search input:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
border-color: rgba(145, 70, 255, 0.6);
|
||||||
|
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.35);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-icon {
|
.btn-icon {
|
||||||
background: var(--bg-card);
|
background: var(--bg-card);
|
||||||
border: 1px solid var(--border-soft);
|
border: 1px solid var(--border-soft);
|
||||||
@ -1278,6 +1302,12 @@ select option {
|
|||||||
transform: scale(0.96);
|
transform: scale(0.96);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-icon:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.65);
|
||||||
|
border-color: rgba(145, 70, 255, 0.55);
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes btn-icon-spin {
|
@keyframes btn-icon-spin {
|
||||||
from { transform: rotate(0deg); }
|
from { transform: rotate(0deg); }
|
||||||
to { transform: rotate(180deg); }
|
to { transform: rotate(180deg); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user