Skip to content

Commit 0c567c0

Browse files
committed
Remove extra padding on notification post
1 parent 70e549d commit 0c567c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contentDisplay/notification/NotificationItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const NotificationItem = memo(function NotificationItem(props: Props) {
108108
} else {
109109
return (
110110
<div
111-
className={`border-skin-base flex flex-col justify-between border border-x-0 p-3 first:border-t last:border-b md:border-x odd:[&:not(:last-child)]:border-b-0 even:[&:not(:last-child)]:border-b-0 ${
111+
className={`border-skin-base flex flex-col justify-between border border-x-0 first:border-t last:border-b md:border-x odd:[&:not(:last-child)]:border-b-0 even:[&:not(:last-child)]:border-b-0 ${
112112
!isRead && "bg-skin-tertiary"
113113
}`}
114114
>

0 commit comments

Comments
 (0)