mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 06:49:02 +08:00
fix(Inputbar): remove unnecessary flex properties from Inputbar styles (#6902)
This commit is contained in:
parent
59195fec1a
commit
8efa7d25f8
@ -899,8 +899,6 @@ const InputBarContainer = styled.div`
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
padding-top: 6px; // 为拖动手柄留出空间
|
padding-top: 6px; // 为拖动手柄留出空间
|
||||||
background-color: var(--color-background-opacity);
|
background-color: var(--color-background-opacity);
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
&.file-dragging {
|
&.file-dragging {
|
||||||
border: 2px dashed #2ecc71;
|
border: 2px dashed #2ecc71;
|
||||||
@ -929,7 +927,6 @@ const Textarea = styled(TextArea)`
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
|
||||||
resize: none !important;
|
resize: none !important;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user