1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

Merge pull request #3499 from haiwen/repo-status-3

Repo status 3
This commit is contained in:
Daniel Pan
2019-05-20 11:13:06 +08:00
committed by GitHub
14 changed files with 152 additions and 8 deletions

View File

@@ -251,4 +251,12 @@
.dir-content-resize {
flex: 0 0 .5%;
cursor: ew-resize;
}
.readonly-tip-message {
display: flex;
padding: 0.25rem 0;
background-color: #FEFBDC;
justify-content: center;
align-items: center;
}