mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
adjust style
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
|
.cur-view-content {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
.dir-content-main {
|
.dir-content-main {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
@@ -17,13 +23,16 @@
|
|||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
.dir-content-nav {
|
.dir-content-nav {
|
||||||
width: 24%;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.dir-content-nav:hover {
|
.dir-content-nav:hover {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.dir-content-resize {
|
.dir-content-resize {
|
||||||
|
position: absolute;
|
||||||
|
left: 25%;
|
||||||
|
height: 100%;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
border-left: 1px solid #eee;
|
border-left: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user