Checkbox lag fix
All checks were successful
Linting and checking code / get-version (push) Successful in 2s
Build and deploy preview site / check-tag (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 25s
Build and deploy preview site / checking (push) Successful in 21s
Build and deploy preview site / build-site (push) Successful in 1m16s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / create-release (push) Successful in 6s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 23s

This commit is contained in:
Firq 2024-10-30 20:51:09 +01:00
parent f9fb025622
commit 7a3c4f14ae
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@firq/fgosite",
"version": "0.2.0-pre.47",
"version": "0.2.0-pre.50",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@firq/fgosite",
"version": "0.2.0-pre.47",
"version": "0.2.0-pre.50",
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.49",
"version": "0.2.0-pre.50",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -17,6 +17,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
input[type="checkbox"] {
opacity: 0;
position: absolute;
touch-action: manipulation;
}
input[type="checkbox"]:checked ~ .dropdown-content {