1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-07-16 14:58:55 +08:00
3 changed files with 3 additions and 5 deletions

View File

@@ -226,9 +226,6 @@ class FileChooser extends React.Component {
isResultGot: true
});
this.source = null;
}).catch(error => {
let errMessage = Utils.getErrorMsg(error);
toaster.danger(errMessage);
});
}

View File

@@ -290,7 +290,7 @@ img[src=""],img:not([src]){ /* for first loading img*/
display: flex;
align-items: center;
word-break: keep-all;
width: 90%;
max-width: 80%;
}
.path-container a {
max-height: 50px;

View File

@@ -73,6 +73,7 @@ img[src=""] {
display: flex;
flex: 1;
padding-left: 30px;
overflow-y: auto;
}
.cur-view-content .wiki-page-container .outline-h2,
@@ -116,7 +117,7 @@ img[src=""] {
@media (max-width: 991.98px) {
.cur-view-content .wiki-page-container {
padding-right: 1.5rem;
padding: 0 14px;
}
.cur-view-content .wiki-page-content {
width: 100%;