
Where is the /pdf.js/web/viewer.css file (i'm on windows)?
I want to change this option :
.pdfViewer .page {
/* border: var(--page-border); */ border: 0;
}
to remove the borders between pages in the pdf viewer. I tried doing this in the userChrome.css file but it didnt work.
I want to change this option :
.pdfViewer .page {
/* border: var(--page-border); */
border: 0;
}
to remove the borders between pages in the pdf viewer. I tried doing this in the userChrome.css file but it didnt work.
所有回复 (1)
Basically I want to make this permanent (whithout the margins)
由ducombeau.raphael于