mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Pdf viewer (#5574)
* [pdf viewer] use the latest PDFjs(v3.8.162) * [pdf viewer] redesigned it: added side panel(thumbnail panel) and bottom bar(includes side panel toggle, 'file page manager', and 'zoom manager') * [pdf file view] added 'print' to the top-right toolbar
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
|
||||
.shared-file-view-head {
|
||||
width: 950px;
|
||||
margin: 0 auto;
|
||||
height: 60px;
|
||||
background: #fff;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items:center;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user