1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

fix seahub button style (#4861)

This commit is contained in:
songjiaqi1
2021-04-02 18:23:49 +08:00
committed by GitHub
parent 0f490fd85a
commit 973c9a978f
3 changed files with 7 additions and 5 deletions

View File

@@ -2264,9 +2264,9 @@
}
},
"@seafile/seafile-editor": {
"version": "0.3.62",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.62.tgz",
"integrity": "sha512-6/NN/G7w53vOHYCt3yVDLxtzAMwT/hClCMMdqOrUjSk0eyJ9NQjrvu4RR936VZE8OurxhZT9UV26s4ZJ+Jqh/g==",
"version": "0.3.63",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.63.tgz",
"integrity": "sha512-mzqdQlyfs6MpN4n263GtKI6nlYwbVAVO+fj+Q28CiZH8uMwMsa6e9KcQn0yyJWAvxEy6i/L1kWpgztcZFV42Ow==",
"requires": {
"@seafile/slate-react": "^0.54.12",
"codemirror": "^5.37.0",

View File

@@ -7,7 +7,7 @@
"@seafile/react-image-lightbox": "0.0.1",
"@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.3.62",
"@seafile/seafile-editor": "^0.3.63",
"MD5": "^1.3.0",
"chart.js": "2.9.4",
"classnames": "^2.2.6",

View File

@@ -140,7 +140,9 @@
.seafile-comment-footer .seafile-add-comment .comment-btn,
.seafile-edit-comment .comment-btn {
height: 28px;
width: 60px;
margin-top: 5px;
width: fit-content;
display: inline-block;
}
.seafile-edit-comment {
margin-top: 10px;