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:
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user