diff --git a/ui/src/pages/post/Post.css b/ui/src/pages/post/Post.css index 3fbe2d5..b181bc2 100644 --- a/ui/src/pages/post/Post.css +++ b/ui/src/pages/post/Post.css @@ -15,6 +15,8 @@ } .post__body { + @apply mb-12; + .post__body--description { @apply mb-4 border-y-2 py-4; @@ -27,6 +29,10 @@ .post__footer { margin: 0 auto; + + .post__footer--contact-button { + @apply mb-4 px-8 py-4 border-theme-l-7 bg-theme-l-7 rounded-xl text-grey-900 font-bold inline-flex cursor-pointer; + } } } } \ No newline at end of file diff --git a/ui/src/pages/post/components/DiscordMessageButton.tsx b/ui/src/pages/post/components/DiscordMessageButton.tsx index 29f0bc4..14191e6 100644 --- a/ui/src/pages/post/components/DiscordMessageButton.tsx +++ b/ui/src/pages/post/components/DiscordMessageButton.tsx @@ -11,13 +11,12 @@ export const DiscordMessageButton: React.FC<{ isLoggedIn, }) => { return ( - + Message {author} on Discord{' '} {!isLoggedIn && <>(Log in to continue)} diff --git a/ui/src/pages/post/components/DiscordPingButton.tsx b/ui/src/pages/post/components/DiscordPingButton.tsx index b11ae20..0c37072 100644 --- a/ui/src/pages/post/components/DiscordPingButton.tsx +++ b/ui/src/pages/post/components/DiscordPingButton.tsx @@ -11,7 +11,7 @@ export const DiscordPingButton: React.FC<{ }) => { return ( <> -

{message}

+

{message}

{ return ( - - + + {`Join the ${import.meta.env.VITE_DISCORD_NAME} server to send messages to other jammers!`}