Compare commits
2 Commits
ce3b876006
...
6c56c4e908
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c56c4e908 | ||
|
|
4472e3bf50 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.149",
|
||||
"version": "4.6.150",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.149",
|
||||
"version": "4.6.150",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.149",
|
||||
"version": "4.6.150",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -471,10 +471,10 @@ body {
|
||||
color: var(--text);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.filter-input:hover:not(:focus):not(:disabled) {
|
||||
border-color: rgba(145, 70, 255, 0.45);
|
||||
}
|
||||
/* No .filter-input:hover here — it's redundant with the global
|
||||
input[type="text"]:hover rule added in 4.6.142 (same effect: soft
|
||||
purple border on hover). The class is always applied to <input
|
||||
type="text"> elements, so the global rule already covers them. */
|
||||
|
||||
.filter-input.compact {
|
||||
width: calc(100% - 16px);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user