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:
@@ -226,9 +226,6 @@ class FileChooser extends React.Component {
|
||||
isResultGot: true
|
||||
});
|
||||
this.source = null;
|
||||
}).catch(error => {
|
||||
let errMessage = Utils.getErrorMsg(error);
|
||||
toaster.danger(errMessage);
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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%;
|
||||
|
Reference in New Issue
Block a user