Fix mobile view

This commit is contained in:
2026-02-01 18:33:27 -07:00
parent 0825a49d15
commit 8cb20f41ae

View File

@@ -154,7 +154,7 @@ export default function BerryDashChatroom () {
></img> ></img>
<div> <div>
<p>{item.username}</p> <p>{item.username}</p>
<p className='max-w-240 truncate select-text'> <p className='w-240 max-w-[calc(100vw-136px)] truncate select-text'>
{atob(item.content)} {atob(item.content)}
</p> </p>
</div> </div>