diff --git a/src/app.css b/src/app.css index 7224373..d46f322 100644 --- a/src/app.css +++ b/src/app.css @@ -116,18 +116,6 @@ @apply m-auto w-full max-w-3xl p-4 sm:p-8 md:p-12; } -.content-t { - @apply pt-4 sm:pt-8 md:pt-12; -} - -.content-b { - @apply pb-4 sm:pb-8 md:pb-12; -} - -.content-x { - @apply px-4 sm:px-8 md:px-12; -} - .heading { @apply text-center text-2xl; } diff --git a/src/app/components/ChatItem.svelte b/src/app/components/ChatItem.svelte index 727a9af..430f5ca 100644 --- a/src/app/components/ChatItem.svelte +++ b/src/app/components/ChatItem.svelte @@ -10,6 +10,7 @@ import ProfileName from "@app/components/ProfileName.svelte" import ProfileCircle from "@app/components/ProfileCircle.svelte" import ProfileCircles from "@app/components/ProfileCircles.svelte" + import {makeChatPath} from '@app/routes' export let id: string export let pubkeys: string[] @@ -28,9 +29,9 @@
- Actions for {displayRelayUrl(space)} +
+
+
+