Add option to insert blank page between pages in Multi-tool (#2194) (#2201)

This commit is contained in:
Renan
2024-11-08 19:51:03 -03:00
committed by GitHub
parent 1b0c1b6cff
commit e97cb9d49e
4 changed files with 98 additions and 12 deletions

View File

@@ -126,3 +126,12 @@ html[dir="rtl"] .pdf-actions_container:last-child>.pdf-actions_insert-file-butto
aspect-ratio: 1;
border-radius: 100px;
}
.pdf-actions_insert-file-blank-button {
position: absolute;
top: 75%;
right: 50%;
translate: 0% -50%;
aspect-ratio: 1;
border-radius: 100px;
}