[bugfix] Message Input Box: Remove unnecessary padding where the input box right when the send button is hide.

This commit is contained in:
Sakamoto Shiina
2025-01-22 10:44:59 +09:00
parent fe16a94262
commit e3f118254d

View File

@@ -1,13 +1,12 @@
.container {
height: 100%;
display: flex;
flex-direction: row;
gap: 1rem;
}
.message_box_wrapper {
width: 100%;
height: 100%;
margin-right: 1rem;
padding: 0.8rem;
background-color: var(--dark_875_color);
border: 0.1rem solid var(--dark_750_color);