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

Optimize wiki style (#5223)

* optimize style

* repair code bug

* optimize code
This commit is contained in:
杨顺强
2022-07-29 10:52:52 +08:00
committed by GitHub
parent 4dba0d5df9
commit 9745bc26a3
6 changed files with 33 additions and 21 deletions

View File

@@ -1226,7 +1226,8 @@ a.table-sort-op:hover {
right: 0;
bottom: 0;
left: 20%;
top: 90px;
top: 49px;
padding: 30px 16px 20px 30px;
z-index: 2;
background: #fff;
overflow: auto;
@@ -1235,18 +1236,27 @@ a.table-sort-op:hover {
#wiki-file-content .article {
margin-right: 200px;
padding: 10px 30px 20px;
padding-left: 10px;
padding-right: 40px;
}
#wiki-file-content .article h1 {
margin-top: 0;
}
#wiki-file-content .seafile-markdown-outline {
position: fixed;
top: 97px;
top: 79px;
right: 0;
width: 200px;
overflow: auto;
height: 80%;
}
#wiki-file-content .seafile-markdown-outline .seafile-editor-outline {
padding-right: 16px;
}
@media (max-width: 767px) {
#wiki-file-content {
left: 0;