mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 19:37:28 +00:00
Pdf zoom (#4430)
* [pdf file view] added 'zoom in/out' * [pdf file view] redesigned 'zoom toolbar'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user