1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00
* [pdf file view] added 'zoom in/out'

* [pdf file view] redesigned 'zoom toolbar'
This commit is contained in:
llj
2020-02-08 09:24:23 +08:00
committed by GitHub
parent 8ba5e9435b
commit bacd350667
3 changed files with 28 additions and 13 deletions

View File

@@ -19,8 +19,8 @@
right:0;
}
#viewerContainer {
padding:30px 0 15px;
overflow:auto;
padding: 30px 0 15px;
overflow: auto;
}
#viewerContextMenu {
padding:0;
@@ -29,6 +29,15 @@
#viewerContainer:focus {
outline:none;
}
.zoom-toolbar {
position: absolute;
right: 2rem;
bottom: 2rem;
z-index: 1030;
}
.zoom-toolbar .btn-icon {
box-shadow: 0 2px 4px 0 rgba(0,0,0, 0.1);
}
.page {
position:relative;
background:#fff;