Finalizing things for LCI. The poster stuff looks better now.

This commit is contained in:
Scott Idem
2024-10-18 18:23:24 -04:00
parent 789d4f96e0
commit 295fa1b49a
4 changed files with 95 additions and 73 deletions

View File

@@ -13,6 +13,7 @@ export let cmd: null|string = null;
export let msg: null|string = null;
export let type: null|string = null; // msg, cmd, json, hello, bye
export let trigger_send: any = null;
export let classes: string = 'container p-1 bg-pink-100 text-xs mx-auto pb-16 mb-20 sm:mb-12 md:mb-8';
// *** Set initial variables
const dispatch = createEventDispatcher();
@@ -226,7 +227,7 @@ function handle_send_ws_data() {
</script>
<section class="ae_element__websocket container p-1 bg-pink-100 text-xs mx-auto pb-16 mb-10">
<section class="ae_element__websocket container p-1 bg-pink-100 text-xs mx-auto pb-16 mb-20 ">
<header>
<h1 class="font-bold text-center">Websocket Messages &amp; Commands</h1>