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
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:
parent
f9fb025622
commit
7a3c4f14ae
3 changed files with 4 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue