1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

Delete markdown viewer (#3263)

* delete md viewer

* add
This commit is contained in:
Michael An
2019-04-13 11:54:14 +08:00
committed by Daniel Pan
parent 4415b3a873
commit c42bf25a1d
4 changed files with 207 additions and 549 deletions

View File

@@ -116,6 +116,7 @@
width: 23em;
min-height: 90px;
border-radius: 5px;
background-color: #fff;
}
.seafile-comment-footer .submit-comment {
margin-top: 5px;

View File

@@ -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%;
}