1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Update dependencies to the most recent versions

Moreover, fix the linting issues (using `npx gulp lint --fix`) that are
found by the new versions of the linting tools.
This commit is contained in:
Tim van der Meij 2025-02-09 18:47:49 +01:00
parent d88035525c
commit d2a07dcac6
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
7 changed files with 271 additions and 288 deletions

View file

@ -113,8 +113,8 @@ footer {
background-color: rgb(0 0 0 / 0);
font-size: 1.2rem;
color: rgb(255 255 255 / 1);
background-image: url(images/div_line_left.png),
url(images/div_line_right.png);
background-image:
url(images/div_line_left.png), url(images/div_line_right.png);
background-repeat: no-repeat;
background-position: left, right;
background-size: 0.2rem, 0.2rem;