5.2.2: accessibility improvements

- moved clipboard button to right, added left-handed layout toggle for those who prefer to have it on left.
- removed button hover highlights on phones.
- added proper checkbox icon for better clarity.
- checkboxes are now stretched edge-to-edge on phone to be easier to manage for right-handed people.
This commit is contained in:
wukko
2023-03-29 22:08:41 +06:00
parent 6e01026894
commit 19087944f7
9 changed files with 71 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cobalt",
"description": "save what you love",
"version": "5.2",
"version": "5.2.2",
"author": "wukko",
"exports": "./src/cobalt.js",
"type": "module",
@@ -33,6 +33,6 @@
"node-cache": "^5.1.2",
"url-pattern": "1.0.3",
"xml-js": "^1.6.11",
"youtubei.js": "4.1.0"
"youtubei.js": "4.1.1"
}
}