feat(Inputbar.tsx): change height to min-height for Inputbar
This commit is contained in:
parent
4689bb53e9
commit
e64375a74c
@ -215,7 +215,7 @@ const Container = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: var(--input-bar-height);
|
min-height: var(--input-bar-height);
|
||||||
border-top: 0.5px solid var(--color-border);
|
border-top: 0.5px solid var(--color-border);
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user