chore: pinned message UI
This commit is contained in:
@@ -107,7 +107,7 @@ const Message: FC<IProps> = ({
|
||||
`group w-full relative flex items-start gap-2 md:gap-4 p-1 md:p-2 my-2 rounded-lg md:dark:hover:bg-gray-800 md:hover:bg-gray-100`,
|
||||
readOnly && "hover:bg-transparent",
|
||||
showExpire && "bg-red-200 dark:bg-red-200/40",
|
||||
pinInfo && "bg-cyan-50 dark:bg-cyan-800 pt-7",
|
||||
pinInfo && "bg-cyan-50 dark:bg-cyan-800 !pt-7",
|
||||
isSelf && "flex-row-reverse"
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user