diff --git a/viewer/latexworkshop.css b/viewer/latexworkshop.css index 45928bceb..df78fc573 100644 --- a/viewer/latexworkshop.css +++ b/viewer/latexworkshop.css @@ -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; }