1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

[dir view] added an icon button to toggle between displaying/hiding the dirent tree panel (#6093)

This commit is contained in:
llj
2024-05-16 20:14:26 +08:00
committed by GitHub
parent 6bd8d6dade
commit a78f8e97a2
7 changed files with 56 additions and 25 deletions

View File

@@ -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;