diff --git a/src/app.css b/src/app.css index 3c08973c..0f6b1c9e 100644 --- a/src/app.css +++ b/src/app.css @@ -56,7 +56,7 @@ .hover\:bg-alt:hover, .bg-alt .bg-alt .hover\:bg-alt:hover, .bg-alt .bg-alt.hover\:bg-alt:hover { - @apply bg-base-100 transition-colors text-base-content; + @apply bg-base-100 text-base-content transition-colors; } .bg-alt .bg-alt, @@ -65,7 +65,7 @@ .bg-alt .bg-alt .bg-alt .hover\:bg-alt:hover, .bg-alt.hover\:bg-alt:hover, .bg-alt .bg-alt .bg-alt.hover\:bg-alt:hover { - @apply bg-base-300 transition-colors text-base-content; + @apply bg-base-300 text-base-content transition-colors; } .card2 { @@ -84,6 +84,30 @@ @apply flex items-center justify-center; } +.row-2 { + @apply flex items-center gap-2; +} + +.row-3 { + @apply flex items-center gap-3; +} + +.row-4 { + @apply flex items-center gap-4; +} + +.col-2 { + @apply flex flex-col gap-2; +} + +.col-3 { + @apply flex flex-col gap-3; +} + +.col-4 { + @apply flex flex-col gap-4; +} + .content { @apply m-auto w-full max-w-3xl p-4 sm:p-8 md:p-12; } diff --git a/src/app/components/ChatItem.svelte b/src/app/components/ChatItem.svelte new file mode 100644 index 00000000..be9658c4 --- /dev/null +++ b/src/app/components/ChatItem.svelte @@ -0,0 +1,56 @@ + + +
+
+ {message.content} +
+ +
-
+
+ In order to deliver messages, Flotilla needs to know where to send them. Please visit + your relay settings page to set up your + inbox. +
+