From 51a6859357d639b49e7133a15d94a90064d38a56 Mon Sep 17 00:00:00 2001 From: Sulaiman AlRomaih Date: Wed, 29 Apr 2026 23:40:15 +0300 Subject: [PATCH 1/4] Web: Improve message input spacing - Adjusts padding around message input for better UI consistency. - Adds gap between message components for enhanced layout clarity. --- client/web/src/app/features/chat/chat.component.html | 4 ++-- client/web/src/app/features/chat/chat.component.ts | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/client/web/src/app/features/chat/chat.component.html b/client/web/src/app/features/chat/chat.component.html index b0c3fdb..3671037 100644 --- a/client/web/src/app/features/chat/chat.component.html +++ b/client/web/src/app/features/chat/chat.component.html @@ -1945,7 +1945,7 @@
(drop)="handleDrop($event)" >
} -
+