mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
change participant dialog and detail panel style
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
border-top: 1px solid #e5e5e5;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 150px;
|
||||
min-height: 182px;
|
||||
}
|
||||
.seafile-comment-footer .add-comment-input,
|
||||
.seafile-edit-comment .edit-comment-input {
|
||||
|
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
.dirent-table-container {
|
||||
padding: 10px 20px;
|
||||
padding: 10px 20px 20px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -139,12 +139,12 @@
|
||||
max-height: 100px;
|
||||
overflow-y: scroll;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.file-related-files td ul li {
|
||||
margin-bottom: 5px;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.file-related-files ul li a,
|
||||
@@ -173,6 +173,7 @@
|
||||
|
||||
.detail-container .tab-content {
|
||||
height: calc(100% - 73px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.detail-container .nav-item .nav-link, .detail-container .nav-item .nav-link i {
|
||||
|
18
frontend/src/css/participants-list.css
Normal file
18
frontend/src/css/participants-list.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.file-participants {
|
||||
min-height: 30px;
|
||||
}
|
||||
.file-participants .avatar {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border: 2px solid #fff;
|
||||
}
|
||||
.file-participants .add-file-participants {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
}
|
||||
.file-participants .add-file-participants i {
|
||||
font-size: 16px;
|
||||
color: rgb(229, 162, 82);
|
||||
border: 2px solid #fff;
|
||||
border-radius: 50%;
|
||||
}
|
Reference in New Issue
Block a user