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 {