1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

[file view] redesigned UI

This commit is contained in:
llj
2017-08-17 17:31:45 +08:00
parent f937dbe0b7
commit 4f7ffb74f1
3 changed files with 47 additions and 12 deletions

View File

@@ -2823,7 +2823,7 @@ button.sf-dropdown-toggle:focus {
border:1px solid #eee;
width:auto;
height:auto;
max-width:100%;
max-width:calc(100% - 4px);
max-height:calc(100% - 4px);
font-size:0;
line-height:0;
@@ -2888,7 +2888,7 @@ button.sf-dropdown-toggle:focus {
}
.pdf-page {
display:block;
max-width:950px;
max-width:100%;
margin:0 auto 20px;
}
#doc-view {