Skip to content

Commit

Permalink
Fix #4469 PDF viewer spread misaligned due to bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Nov 27, 2024
1 parent 6698c41 commit 4b46729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion viewer/latexworkshop.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ html[dir='rtl'] .findbar {
box-shadow: 0px 0px 0px 1px lightgrey;
}

.pdfViewer.removePageBorders .page:last-of-type {
.pdfViewer.removePageBorders > .page:last-of-type,
.pdfViewer.removePageBorders .spread:last-of-type .page {
margin-bottom: 0px;
}

Expand Down

0 comments on commit 4b46729

Please sign in to comment.