Finalizing things for LCI. The poster stuff looks better now.
This commit is contained in:
@@ -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 & Commands</h1>
|
||||
|
||||
Reference in New Issue
Block a user