mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
[dir view] added an icon button to toggle between displaying/hiding the dirent tree panel (#6093)
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
.cur-view-path {
|
||||
position: relative; /* for the ':after' */
|
||||
padding: 8px 16px;
|
||||
max-height: 40px;
|
||||
max-height: 48px;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@@ -225,3 +225,15 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.op-btn {
|
||||
background: #fff;
|
||||
border: 1px solid #dbdbdb;
|
||||
border-radius: 3px;
|
||||
height: 32px;
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
|
||||
.op-btn:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user