1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

markdown-viewer width (#3136)

This commit is contained in:
Michael An
2019-03-19 12:14:45 +08:00
committed by Daniel Pan
parent 9f5b3c9fc7
commit 6c592e3ad9

View File

@@ -26,10 +26,11 @@
.seafile-md-viewer-slate {
flex: auto;
position: relative;
margin: 20px 320px 20px 5%;
margin: 20px 0px 20px 5%;
max-width: calc(90% - 260px);
}
.seafile-md-viewer-slate.comment-on {
margin-right: 420px;
max-width: calc(90% - 360px);
}
.seafile-md-viewer-main {
flex: auto;
@@ -138,5 +139,6 @@
.seafile-md-viewer-slate {
width: calc(100% - 80px);
margin: 20px 40px;
max-width: 100%;
}
}