mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
CSS tweak
This commit is contained in:
parent
6477307b2e
commit
bb195c2aad
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user