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

[shared file view] markdown: redesigned it for 'no outline' & 'short outline'

This commit is contained in:
llj
2022-05-30 18:47:52 +08:00
parent 7db323a63a
commit fe62254f31
4 changed files with 23 additions and 11 deletions

View File

@@ -48,16 +48,20 @@
}
.shared-file-view-body .article {
min-height: calc(100% - 40px);
min-height: calc(100% - 15px);
background: #fff;
padding: 40px 60px;
margin: 0 340px 15px 40px;
border: 1px solid #e6e6dd;
}
.shared-file-view-body .article-no-outline {
max-width: 950px;
margin: 0 auto 15px;
}
.shared-file-view-body .seafile-markdown-outline {
width: 300px;
border-left: 1px solid #e6e6dd;
top: 145px;
bottom: 30px;
height: auto;