1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

Merge branch '10.0'

This commit is contained in:
lian
2023-08-07 13:40:14 +08:00
19 changed files with 402 additions and 92 deletions

View File

@@ -12,7 +12,7 @@
.share-dialog-content .share-dialog-side {
display: flex;
flex: 0 0 22%;
flex-basis: 22%;
padding: 1rem;
border-bottom: 1px solid #eee;
}
@@ -32,7 +32,7 @@
.share-dialog-content .share-dialog-main {
display: flex;
flex: 0 0 78%;
flex-basis: 78%;
padding: 1rem;
}