1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +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

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