1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

Change common file type comment input style (#7931)

* 01 fix wrong text

* 02 input comment container style

* 03 change reply container style
This commit is contained in:
Michael An
2025-06-17 15:22:25 +08:00
committed by GitHub
parent 7001ee9fe4
commit 6036d0471f
4 changed files with 39 additions and 89 deletions

View File

@@ -31,12 +31,16 @@ const defaultStyle = {
padding: 9,
},
input: {
padding: '8px 6px 20px 6px',
padding: '8px',
maxHeight: 90,
minHeight: 90,
height: 90,
border: '1px solid #e6e6dd',
overfflowY: 'auto',
lineHeight: 'default',
overflowY: 'auto',
outline: 'none',
borderBottom: 'none',
borderRadius: '5px',
border: '1px solid #e6e6dd',
},
},
suggestions: {