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