smaller indicator

This commit is contained in:
Peer Richelsen 2023-10-26 11:59:54 +01:00
parent 8d2c07cf2f
commit 7dda445d7d

View File

@ -380,7 +380,7 @@ function UserDropdown({ small }: UserDropdownProps) {
className={classNames(
"border-muted absolute -bottom-1 -right-1 rounded-full border bg-green-500",
user.away ? "bg-yellow-500" : "bg-green-500",
small ? "-bottom-0.5 -right-0.5 h-2.5 w-2.5" : "-bottom-0.5 -right-0 h-2 w-2"
small ? "-bottom-0.5 -right-0.5 h-2 w-2" : "-bottom-0.5 -right-0 h-2 w-2"
)}
/>
</span>