Skip to content

Commit c39997c

Browse files
authored
Cleanup and Update (#59)
1 parent f9d3029 commit c39997c

File tree

3 files changed

+27
-48
lines changed

3 files changed

+27
-48
lines changed

package-lock.json

Lines changed: 26 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"gulp-download2": "^1.1.0",
2828
"json-merger": "^1.1.10",
2929
"prettier": "^3.3.2",
30-
"puppeteer": "^22.12.1",
30+
"puppeteer": "^22.13.0",
3131
"web-ext": "^8.2.0"
3232
}
3333
}

src/css/options.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,3 @@ video {
2828
#table-wrapper {
2929
background: rgba(0 0 0 / 50%);
3030
}
31-
32-
.hvr-grow {
33-
display: inline-block;
34-
vertical-align: middle;
35-
transform: translateZ(0);
36-
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
37-
backface-visibility: hidden;
38-
-moz-osx-font-smoothing: grayscale;
39-
transition-duration: 0.3s;
40-
transition-property: transform;
41-
}
42-
43-
.hvr-grow:hover {
44-
transform: scale(1.1);
45-
}

0 commit comments

Comments
 (0)