mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
mobile-markdown (#2873)
This commit is contained in:
@@ -184,8 +184,11 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.main .cur-view-right-part {
|
||||
width: 80% !important;
|
||||
@media (max-width: 768px) {
|
||||
.markdown-viewer-render-content {
|
||||
margin: 0px;
|
||||
}
|
||||
.header .file-operation-btn {
|
||||
padding: 0.1rem 0.25rem;
|
||||
}
|
||||
}
|
||||
|
@@ -145,4 +145,16 @@
|
||||
.seafile-comment-footer .seafile-add-comment .add-comment-input {
|
||||
min-height: 30px;
|
||||
}
|
||||
.seafile-comment-list .comment-vacant {
|
||||
padding: 10px;
|
||||
}
|
||||
.seafile-comment {
|
||||
font-size: 12px;
|
||||
}
|
||||
.seafile-comment-footer .seafile-add-comment .submit-comment {
|
||||
height: 24px;
|
||||
}
|
||||
.seafile-comment-footer {
|
||||
min-height: 120px;
|
||||
}
|
||||
}
|
@@ -74,7 +74,13 @@
|
||||
.shared-file-view-body .md-view {
|
||||
width: 95%;
|
||||
}
|
||||
.shared-file-view-body .md-view .article {
|
||||
.shared-file-view-body .md-view {
|
||||
padding: 55px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.shared-file-view-body .md-view {
|
||||
padding: 40px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user