1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

Change share dialog (#4245)

* fix share dialog dropdown memu style

* fix some warnings
This commit is contained in:
Michael An
2019-11-12 14:43:33 +08:00
committed by Daniel Pan
parent 14a8811487
commit a6c36c24c3
6 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
min-height: 27rem;
display: flex;
flex-direction: row;
overflow: hidden;
}
.share-dialog-content .share-dialog-side {
@@ -22,16 +21,17 @@
flex: 0 0 78%;
padding: 1rem 1.5rem 2rem;
}
.share-dialog-content .share-dialog-main .tab-content {
flex: 1;
}
.share-dialog-content .share-dialog-main .tab-pane {
height: 100%;
}
.share-list-container {
max-height: 18rem;
overflow: auto;
height: 100%;
}