mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
improve tree loading for Wiki mode (#2842)
This commit is contained in:
@@ -91,10 +91,6 @@
|
||||
}
|
||||
|
||||
/*tree view */
|
||||
.tree-node:not([type = 'dir']):hover {
|
||||
background-color: rgb(255,239,178);
|
||||
}
|
||||
|
||||
.tree-view {
|
||||
padding-left: 10px;
|
||||
line-height: 1.5;
|
||||
@@ -107,6 +103,10 @@
|
||||
line-height: 1.625;
|
||||
}
|
||||
|
||||
.tree-node-inner-hover {
|
||||
background-color: rgb(255,239,178);
|
||||
}
|
||||
|
||||
.tree-node-inner .tree-node-text {
|
||||
padding-left: 2.8rem;
|
||||
width: calc(100% - 2.8rem);
|
||||
@@ -147,7 +147,7 @@
|
||||
.tree-node-inner .right-icon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
right: 1rem;
|
||||
bottom: 0;
|
||||
width: 1.5rem;
|
||||
color: #888;
|
||||
|
@@ -25,6 +25,7 @@
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
.wiki-pages-container {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user