mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
Removed styling from /routes/chat/*.svelte
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<script>
|
||||
import { initializeStores } from "@skeletonlabs/skeleton";
|
||||
initializeStores();
|
||||
//import { initializeStores } from "@skeletonlabs/skeleton";
|
||||
//initializeStores();
|
||||
</script>
|
||||
|
||||
<div class="chat-layout">
|
||||
<!-- <div class=""> -->
|
||||
<slot />
|
||||
</div>
|
||||
<!-- </div>
|
||||
|
||||
<style>
|
||||
.chat-layout {
|
||||
flex-direction: column;
|
||||
}
|
||||
/*.chat-layout {*/
|
||||
/* flex-direction: column;*/
|
||||
/*}*/
|
||||
</style>
|
||||
-->
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<script lang="ts">
|
||||
import Chat from '$lib/components/chat/Chat.svelte';
|
||||
|
||||
import { initializeStores } from "@skeletonlabs/skeleton";
|
||||
initializeStores();
|
||||
</script>
|
||||
|
||||
<Chat />
|
||||
|
||||
Reference in New Issue
Block a user