diff --git a/gui/preload-chat.js b/gui/preload-chat.js index c8ee9654..e021463e 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -1657,8 +1657,8 @@ function getSetUserInformation(selected_callsign) { document.getElementById("dx_user_info_image").src = data.user_info_image; document.getElementById("dx_user_info_gridsquare").className = ""; - document.getElementById("dx_user_info_name").className = ""; - document.getElementById("dx_user_info_age").className = ""; + document.getElementById("dx_user_info_name").className = "badge bg-secondary"; + document.getElementById("dx_user_info_age").className = "badge bg-secondary"; document.getElementById("dx_user_info_gridsquare").className = ""; document.getElementById("dx_user_info_location").className = ""; document.getElementById("dx_user_info_email").className = ""; diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index d8fb5143..c5e9eef4 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -434,7 +434,7 @@ class="form-control" placeholder="Comments" id="user_info_comments" - aria-label="Name" + aria-label="Comments" aria-describedby="basic-addon1" /> @@ -478,39 +478,44 @@
- - - ( - + ) + >