1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

replace tree with index content (#2819)

This commit is contained in:
王健辉
2019-01-15 13:22:00 +08:00
committed by Daniel Pan
parent 4fcbe3253d
commit 9340d4af38
4 changed files with 183 additions and 73 deletions

View File

@@ -34,6 +34,9 @@
.wiki-pages-container .tree-view {
padding-left:0;
}
.wiki-pages-container .article {
padding: 0 20px;
}
.wiki-md-viewer-rendered-content {
padding: 30px 0 0;
@@ -176,7 +179,18 @@ img[src=""] {
.markdown-content a {
cursor: pointer;
}
.wiki-side-nav .markdown-content a {
color: #212529;
cursor: pointer;
}
.index-edit {
position: absolute;
right: 0.25rem;
top: 0.25rem;
}
.wiki-main-panel .markdown-content .ml-2 {
text-decoration: underline;
}