Skip to content

Commit

Permalink
v2; version 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
belaviyo committed Aug 21, 2022
1 parent 47d45c9 commit 8ee5d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions v2/data/gallery/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -138,6 +136,7 @@ input[type=button]:active {
}
input:disabled {
opacity: 0.3;
pointer-events: none;
}

body[data-top=true] [data-cmd=window] {
Expand Down
1 change: 1 addition & 0 deletions v2/data/ui/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ progress[data-visible=false] {
background-color: #eee;
}

:disabled,
.disabled {
opacity: 0.5;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion v2/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8ee5d7f

Please sign in to comment.