CSS tweak

This commit is contained in:
Kalle 2026-03-08 12:47:09 +02:00
parent 6477307b2e
commit bb195c2aad

View File

@ -290,7 +290,7 @@ function FriendsPanel({
<FriendMenu key={friend.id} {...friend} onNavigate={onClose} />
))
) : (
<div className="text-lighter text-sm p-2">
<div className="text-lighter text-sm p-2 text-center">
{user
? t("front:sideNav.friends.noFriends")
: t("front:sideNav.friends.notLoggedIn")}