The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix comment margin

Luna bd296782 d3eea345

+2 -2
+1 -1
app/globals.css
··· 8 8 } 9 9 10 10 .dark:root { 11 - --background-rgb: rgb(4, 2, 12); 11 + --background-rgb: rgb(3, 2, 10); 12 12 --wamellow-rgb: rgba(255, 255, 255, 0.16); 13 13 } 14 14
+1 -1
components/comment.tsx
··· 18 18 content 19 19 }: Props) { 20 20 return ( 21 - <div className="w-full my-6"> 21 + <div className="w-full mb-6 mt-8"> 22 22 <div className="flex gap-4 items-center mb-2"> 23 23 <span className="flex items-center gap-2"> 24 24 <Image