mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
fix-list-bug
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
right: 0;
|
||||
padding: 10px;
|
||||
padding: 15px;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
border-radius: .3rem;
|
||||
@@ -24,9 +24,14 @@
|
||||
}
|
||||
.review-comment-dialog textarea {
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
min-height: 100px;
|
||||
max-height: 300px;
|
||||
}
|
||||
.review-comment-dialog .button-group .btn {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.review-comment-dialog .review-comment-dialog-quote {
|
||||
margin-top: 10px;
|
||||
max-height: 4rem;
|
||||
overflow: hidden;
|
||||
}
|
@@ -96,10 +96,11 @@
|
||||
.seafile-comment-item .seafile-comment-content td {
|
||||
border: 1px solid #333;
|
||||
}
|
||||
.seafile-comment-item .seafile-comment-content blockquote {
|
||||
.seafile-comment-item blockquote {
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
margin-right: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.seafile-comment-row-resize {
|
||||
height: 5px;
|
||||
|
Reference in New Issue
Block a user