From e3f118254d311b6f8d019b45837f7055c4869b68 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:44:59 +0900 Subject: [PATCH] [bugfix] Message Input Box: Remove unnecessary padding where the input box right when the send button is hide. --- .../message_input_box/MessageInputBox.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-ui/app/main_page/main_section/message_container/message_input_box/MessageInputBox.module.scss b/src-ui/app/main_page/main_section/message_container/message_input_box/MessageInputBox.module.scss index bb90bb3e..2de64a9c 100644 --- a/src-ui/app/main_page/main_section/message_container/message_input_box/MessageInputBox.module.scss +++ b/src-ui/app/main_page/main_section/message_container/message_input_box/MessageInputBox.module.scss @@ -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);