mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
Merge branch '7.0'
This commit is contained in:
@@ -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);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
@@ -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%;
|
||||||
|
Reference in New Issue
Block a user