mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
@@ -50,12 +50,22 @@
|
||||
|
||||
.share-dialog-content .share-dialog-main .tab-pane {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.share-list-container {
|
||||
max-height: 18rem;
|
||||
max-height: 20rem;
|
||||
min-height: 10rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#share-link-panel .share-list-container {
|
||||
max-height: 23rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#share-link-panel .table-real-container {
|
||||
height: 23rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.share-dialog-content label {
|
||||
|
Reference in New Issue
Block a user