From 2c183af8c8350df0db704950b375e653e56c5d2a Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:02:17 +0100 Subject: [PATCH] smaller GUI adjustments --- gui/preload-chat.js | 4 ++-- gui/src/styles.css | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gui/preload-chat.js b/gui/preload-chat.js index ef83abf0..54a0c924 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -614,7 +614,7 @@ update_chat = function(obj) {
${fileheader} -
+

${message_html}

${timestamp} @@ -655,7 +655,7 @@ update_chat = function(obj) {

${fileheader} -
+

${message_html}

${timestamp} - diff --git a/gui/src/styles.css b/gui/src/styles.css index ca91b734..9d0b3caf 100644 --- a/gui/src/styles.css +++ b/gui/src/styles.css @@ -37,7 +37,7 @@ html { padding: 1px; } - +/* ------ fixed border table header --------- */ .tableFixHead { overflow: auto; height: 90vh; @@ -47,4 +47,11 @@ height: 90vh; /* Just common table stuff. Really. */ table { border-collapse: collapse; width: 100%; } th, td { padding: 8px 16px; } -th { background:#eee; } \ No newline at end of file +th { background:#eee; } + + +/* ------ emoji picker customization --------- */ +.picker { + border-radius: 10px: + +} \ No newline at end of file