1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 15:54:39 +00:00

add resizer (#3010)

This commit is contained in:
Michael An
2019-02-28 14:33:21 +08:00
committed by Daniel Pan
parent 3d2571b680
commit c5cfc20462
4 changed files with 96 additions and 6 deletions

View File

@@ -219,3 +219,8 @@
font-size:12px;
color: #666;
}
.dir-content-resize {
flex: 0 0 .5%;
cursor: ew-resize;
}