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

optimize code (#5229)

This commit is contained in:
杨顺强
2022-08-03 15:11:57 +08:00
committed by GitHub
parent 4aec2f93b0
commit 9c7f0fb149
3 changed files with 7 additions and 10 deletions

View File

@@ -1235,7 +1235,7 @@ a.table-sort-op:hover {
}
#wiki-file-content .article {
margin-right: 200px;
width: calc(100% - 200px);
padding-left: 10px;
padding-right: 40px;
}
@@ -1247,7 +1247,7 @@ a.table-sort-op:hover {
#wiki-file-content .seafile-markdown-outline {
position: fixed;
top: 79px;
right: 0;
right: 10px;
width: 200px;
overflow: auto;
height: 80%;
@@ -1260,10 +1260,12 @@ a.table-sort-op:hover {
@media (max-width: 767px) {
#wiki-file-content {
left: 0;
padding: 30px 14px 0;
}
#wiki-file-content .article {
margin-right: 0;
margin: 0;
padding: 0 10px;
width: 100%;
}