From 8ee5d7f36270857b65f053915e3e20fea52dde2c Mon Sep 17 00:00:00 2001 From: Joe Ertaba Date: Sun, 21 Aug 2022 06:48:52 -0400 Subject: [PATCH] v2; version 0.7.8 --- v2/data/gallery/index.css | 3 +-- v2/data/ui/index.css | 1 + v2/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/data/gallery/index.css b/v2/data/gallery/index.css index 4ac4fd5..8a10a31 100644 --- a/v2/data/gallery/index.css +++ b/v2/data/gallery/index.css @@ -22,8 +22,6 @@ body > span { display: flex; flex-wrap: wrap; align-content: flex-start; - /* fix scrolling issue in Windows */ - /* transform: translate3d(0, 0, 0); */ overscroll-behavior: contain; } @@ -138,6 +136,7 @@ input[type=button]:active { } input:disabled { opacity: 0.3; + pointer-events: none; } body[data-top=true] [data-cmd=window] { diff --git a/v2/data/ui/index.css b/v2/data/ui/index.css index 8a6aa60..687ed4e 100644 --- a/v2/data/ui/index.css +++ b/v2/data/ui/index.css @@ -142,6 +142,7 @@ progress[data-visible=false] { background-color: #eee; } +:disabled, .disabled { opacity: 0.5; pointer-events: none; diff --git a/v2/manifest.json b/v2/manifest.json index 165213d..7951fe3 100644 --- a/v2/manifest.json +++ b/v2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.7.7", + "version": "0.7.8", "name": "Download All Images", "description": "__MSG_app_description__", "default_locale": "en",