From bfc465879cd34bae1d9808985519df34ca730f36 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Sat, 17 Dec 2022 10:12:12 +0100 Subject: [PATCH] changed graph drawio + replaced 'placeholder' by room_name and user + fixed line of panel user --- docs/transcendence_chat.drawio.html | 2 +- tests_hugo/chat_node/chat_client/chat.html | 8 ++++---- tests_hugo/chat_node/chat_client/style/layout_user.css | 7 +++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/transcendence_chat.drawio.html b/docs/transcendence_chat.drawio.html index 01e30d92..74a3aafc 100644 --- a/docs/transcendence_chat.drawio.html +++ b/docs/transcendence_chat.drawio.html @@ -6,7 +6,7 @@ -
+
diff --git a/tests_hugo/chat_node/chat_client/chat.html b/tests_hugo/chat_node/chat_client/chat.html index ed03ddf7..aab91a18 100644 --- a/tests_hugo/chat_node/chat_client/chat.html +++ b/tests_hugo/chat_node/chat_client/chat.html @@ -36,10 +36,10 @@ - - -

create

-

placeholder

+ + +

create

+

<user_name>

diff --git a/tests_hugo/chat_node/chat_client/style/layout_user.css b/tests_hugo/chat_node/chat_client/style/layout_user.css index 9f2f20d2..fb32538d 100644 --- a/tests_hugo/chat_node/chat_client/style/layout_user.css +++ b/tests_hugo/chat_node/chat_client/style/layout_user.css @@ -21,6 +21,13 @@ } +/* for line height +*/ +#chat_box.user .chat_item.chat_panel_user { + margin-top: -5px; +} + + /* room_name appearance */ #chat_box.user button.chat_item#chat_room_name {