mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
@@ -116,6 +116,7 @@
|
||||
width: 23em;
|
||||
min-height: 90px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.seafile-comment-footer .submit-comment {
|
||||
margin-top: 5px;
|
||||
|
@@ -142,3 +142,17 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
.seafile-md-comment {
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
height: calc(100% - 56px);
|
||||
width: 30%;
|
||||
}
|
||||
.seafile-md-comment .seafile-comment {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.seafile-md-comment .seafile-comment .seafile-comment-toggle-resolved {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user