fix(pdf): dynamic mark scaling #165

Merged
enes merged 9 commits from 146-pdf-scaling into staging 2024-08-28 11:23:34 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ecc1707212 - Show all commits

View File

@ -129,6 +129,7 @@ input {
font-weight: normal; font-weight: normal;
color: black; color: black;
letter-spacing: normal; letter-spacing: normal;
border: 1px solid transparent;
} }
[data-dev='true'] { [data-dev='true'] {

View File

@ -61,6 +61,6 @@
[data-dev='true'] { [data-dev='true'] {
.mark { .mark {
outline: 1px dotted black; border: 1px dotted black;
} }
} }