mirror of
https://github.com/zadam/trilium.git
synced 2026-01-08 23:54:29 +01:00
style/pdf viewer: remove irrelevant elements
This commit is contained in:
parent
e161ffce57
commit
ee03871405
@ -12,3 +12,30 @@
|
||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
/* #region Toolbar */
|
||||
|
||||
/* Permanently removed buttons */
|
||||
#viewsManagerToggleButton,
|
||||
#downloadButton,
|
||||
#secondaryDownload,
|
||||
#secondaryOpenFile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* The separator after the hidden "Open" item */
|
||||
#secondaryToolbarButtonContainer div.visibleMediumView + .horizontalToolbarSeparator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/* #region Properties Dialog */
|
||||
|
||||
/* Hide irrelevant properties */
|
||||
#documentPropertiesDialog > .row:has(#fileNameField),
|
||||
#documentPropertiesDialog > .row:has(#linearizedField) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
Loading…
x
Reference in New Issue
Block a user