chore(client/pdfjs): remove download button from toolbar

This commit is contained in:
Elian Doran 2026-01-02 11:41:58 +02:00
parent 23cf3d2923
commit 78bc9b59c2
No known key found for this signature in database

View File

@ -12,3 +12,8 @@
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
}
#downloadButton,
#secondaryDownload {
display: none !important;
}