redesign send bar
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m54s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 27s

This commit is contained in:
Debucquoy Anthony 2024-03-29 14:31:22 +01:00
parent 1c61a356a4
commit ce56e37a33
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -143,6 +143,7 @@ div#discussion{
margin: 30px; margin: 30px;
background-color: rgba(255, 255, 255, 0.05); background-color: rgba(255, 255, 255, 0.05);
border-radius: 10px; border-radius: 10px;
overflow: hidden;
} }
#msgName{ #msgName{
@ -181,21 +182,19 @@ div#discussion{
} }
#messageBox{ #messageBox{
width: 100%;
height: 30px;
background-color: white;
display: flex; display: flex;
margin: 10px;
border-radius: 5px;
} }
#messageBox input[type="text"]{ #messageBox input[type="text"]{
align-self: end; all: inherit;
flex-grow: 1; padding: 0 10px;
} }
#messageBox input[type="submit"]{ #messageBox input[type="submit"]{
position: absolute; border: inherit;
right: 50px;
margin: 2px;
border: none;
padding: 0 10px; padding: 0 10px;
} }