diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d3e7fc3..d51f23e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -13,5 +13,5 @@ contact_links: url: https://discord.gg/wXy6m2X8wY - name: '📝 Submit Feedback' - about: Send General Feedback Anonymously. + about: Send General Feedback. url: https://cssnr.github.io/feedback/?app=ASN%20Plus diff --git a/package-lock.json b/package-lock.json index 1224a03..3f6b93a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint": "^8.57.0", "gulp": "^4.0.2", "json-merger": "^1.1.10", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "web-ext": "^8.2.0" } }, @@ -3314,9 +3314,9 @@ } }, "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -5245,17 +5245,14 @@ } }, "node_modules/jackspeak": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.1.tgz", - "integrity": "sha512-U23pQPDnmYybVkYjObcuYMk43VRlMLLqLI+RdZy8s8WV8WsxO9SnqSroKaluuvcNOdCAlauKszDwd+umbot5Mg==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, - "engines": { - "node": ">=18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" }, @@ -5689,14 +5686,11 @@ } }, "node_modules/lru-cache": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.1.tgz", - "integrity": "sha512-9/8QXrtbGeMB6LxwQd4x1tIMnsmUxMvIH/qWGsccz6bt9Uln3S+sgAaqfQNhbGA8ufzs2fHuP/yqapGgP9Hh2g==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, - "license": "ISC", - "engines": { - "node": ">=18" - } + "license": "ISC" }, "node_modules/make-error": { "version": "1.3.6", @@ -7308,9 +7302,9 @@ } }, "node_modules/prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index b3b217e..69f55cb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint": "^8.57.0", "gulp": "^4.0.2", "json-merger": "^1.1.10", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "web-ext": "^8.2.0" } } diff --git a/src/css/options.css b/src/css/options.css index d749f57..4b1b224 100644 --- a/src/css/options.css +++ b/src/css/options.css @@ -1,5 +1,33 @@ /* CSS for options.html */ -.card { - min-width: 360px; +body { + min-width: 400px; +} + +#options-wrapper { + width: 100%; + max-width: 800px; + backdrop-filter: blur(6px); + filter: drop-shadow(15px 15px 12px #000000); +} + +[data-bs-theme='dark'] #options-wrapper { + background: rgba(0 0 0 / 50%); +} +[data-bs-theme='light'] #options-wrapper { + background: rgba(255 255 255 / 60%); +} + +[data-bs-theme='dark'] .form-control { + background: rgba(0 0 0 / 50%); +} +[data-bs-theme='light'] .form-control { + background: rgba(255 255 255 / 50%); +} + +[data-bs-theme='dark'] #table-wrapper { + background: rgba(0 0 0 / 50%); +} +[data-bs-theme='light'] #table-wrapper { + background: rgba(255 255 255 / 50%); } diff --git a/src/html/options.html b/src/html/options.html index 1c417d8..da7b125 100644 --- a/src/html/options.html +++ b/src/html/options.html @@ -13,11 +13,10 @@
-v
-Description | Shortcut |
---|---|
Show Popup Action | -Not Set | -
Open Home Page | -Not Set | -
Description | Shortcut |
---|---|
+ | Unknown | +