mirror of
https://github.com/zadam/trilium.git
synced 2026-03-01 18:13:39 +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 {
|
body.read-only-document {
|
||||||
/* TODO: find a more elegant way to display a PDF in a read only view */
|
/* TODO: find a more elegant way to display a PDF in a read only view */
|
||||||
--toolbar-height: 0;
|
--toolbar-height: 0;
|
||||||
.toolbar {
|
.toolbar,
|
||||||
display: none;
|
.editToolbar {
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user