stage #3

Merged
ThaMunsta merged 4 commits from stage into main 2026-01-31 03:11:04 +00:00
Showing only changes of commit bb3a2e0b65 - Show all commits

View File

@@ -198,7 +198,7 @@ export default function Friends() {
className="btn btn-primary btn-sm"
onClick={() => handleSendRequest(user.id)}
disabled={sending === user.id}
style={{ flexShrink: 0 }}
style={{ flexShrink: 0, width: 'auto' }}
>
{sending === user.id ? 'Sending...' : 'Add Friend'}
</button>