1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 06:11:16 +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 isResultGot: true
}); });
this.source = null; 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; display: flex;
align-items: center; align-items: center;
word-break: keep-all; word-break: keep-all;
width: 90%; max-width: 80%;
} }
.path-container a { .path-container a {
max-height: 50px; max-height: 50px;

View File

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