From 6b67c934203a391dae51407faa025edfe89a3646 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sun, 27 Aug 2023 16:57:25 +0200 Subject: [PATCH] adjusted icons --- gui/preload-chat.js | 4 +- gui/src/index.html | 113 ++++++++++++++++++++++++++++++++------------ 2 files changed, 85 insertions(+), 32 deletions(-) diff --git a/gui/preload-chat.js b/gui/preload-chat.js index ad214ad4..64c0434a 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -375,7 +375,7 @@ window.addEventListener("DOMContentLoaded", () => { "bi bi-chevron-compact-up"; } - var message_container_height_offset = 130 + 20 * lines; + var message_container_height_offset = 180 + 20 * lines; //var message_container_height_offset = 90 + (23*lines); var message_container_height = `calc(100% - ${message_container_height_offset}px)`; document.getElementById("message-container").style.height = @@ -458,7 +458,7 @@ window.addEventListener("DOMContentLoaded", () => { //Remove non-printable chars from begining and end of string--should save us a byte here and there chatmessage = chatmessage.toString().trim(); // reset textarea size - var message_container_height_offset = 150; + var message_container_height_offset = 200; var message_container_height = `calc(100% - ${message_container_height_offset}px)`; document.getElementById("message-container").style.height = message_container_height; diff --git a/gui/src/index.html b/gui/src/index.html index 7426b74e..c82f27f6 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -28,15 +28,17 @@
-
+
- + + - - + + + @@ -45,7 +47,7 @@
-
+
@@ -1288,6 +1290,8 @@
+
+ -
-
-
- -
-
+ + +
+ + + +
+
+ +
+ +
+
+
+
+
+
-
@@ -3465,8 +3518,8 @@