1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Address formatting changes from Prettier version 3

This commit is contained in:
Jonas Jenwald 2023-07-15 09:09:20 +02:00
parent 1a4bfd2fc3
commit f84657d837
4 changed files with 28 additions and 21 deletions

View file

@ -586,7 +586,8 @@ body {
.doorHanger,
.doorHangerRight {
border-radius: 2px;
box-shadow: 0 1px 5px var(--doorhanger-border-color),
box-shadow:
0 1px 5px var(--doorhanger-border-color),
0 0 0 1px var(--doorhanger-border-color);
border: var(--doorhanger-border-color-whcm);
}