diff --git a/frontend/src/components/ChatPanel.vue b/frontend/src/components/ChatPanel.vue index 8a15bb1..b869043 100644 --- a/frontend/src/components/ChatPanel.vue +++ b/frontend/src/components/ChatPanel.vue @@ -598,6 +598,7 @@ function excludeAutoNote(noteId: number) { } .btn-send { width: 30px; + min-width: 30px; height: 30px; padding: 0; display: flex; diff --git a/frontend/src/views/ChatView.vue b/frontend/src/views/ChatView.vue index da10592..962e19c 100644 --- a/frontend/src/views/ChatView.vue +++ b/frontend/src/views/ChatView.vue @@ -865,6 +865,7 @@ function excludeAutoNote(noteId: number) { } .btn-send { width: 34px; + min-width: 34px; height: 34px; padding: 0; display: flex; @@ -884,6 +885,7 @@ function excludeAutoNote(noteId: number) { } .btn-stop { width: 34px; + min-width: 34px; height: 34px; padding: 0; display: flex;