mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
fix-shared-markdown-file (#2775)
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 auto;
|
||||
box-shadow: 0 0 6px #ccc;
|
||||
width: 756px;
|
||||
width: 950px;
|
||||
background: #fff;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -70,4 +70,10 @@
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.shared-file-view-body .md-view {
|
||||
width: 95%;
|
||||
}
|
||||
.shared-file-view-body .md-view .article {
|
||||
padding: 40px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user