mirror of
https://github.com/zadam/trilium.git
synced 2026-03-01 10:03:37 +01:00
client/pdf viewer: add a rudimentary support for a read-only view
This commit is contained in:
parent
3b2cd5dca1
commit
63ee60ffc7
@ -23,8 +23,9 @@
|
||||
body.read-only-document {
|
||||
/* TODO: find a more elegant way to display a PDF in a read only view */
|
||||
--toolbar-height: 0;
|
||||
.toolbar {
|
||||
display: none;
|
||||
.toolbar,
|
||||
.editToolbar {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user