chore: tweaks

This commit is contained in:
Tristan Yang
2023-03-16 17:38:35 +08:00
parent a5f520dd36
commit 5726dcd239
4 changed files with 8 additions and 9 deletions
@@ -43,7 +43,6 @@ const NewMessageBottomTip = ({ context, id, scrollToBottom }: Props) => {
bg-gradient-to-tl from-[#3C8CE7] to-[#00EAFF]`,
unreads > 0 ? "flex" : "hidden")}>
<button onClick={scrollToBottom}>{t("new_msg", { num: unreads })}</button>
<span className='absolute -left-1 -translate-x-full'>👇</span>
</aside>
);
};