Spaces:
Build error
Build error
File size: 307 Bytes
a9428dc 3291098 45e78bf a9428dc 45e78bf a9428dc 45e78bf 3291098 45e78bf a9428dc 45e78bf 3291098 45e78bf a9428dc 45e78bf a9428dc 45e78bf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | /* style.css */
#input-container {
display: flex;
width: 100%;
max-width: 700px;
margin: 0 auto;
gap: 8px;
}
#chat-input {
flex: 0 0 90%;
}
#reset-button {
flex: 0 0 10%;
height: 40px;
font-size: 18px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
|