mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Adjust unread pill spacing (#1091)
Signed-off-by: Wes <wesbillman@users.noreply.github.com> Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@sprout-oss.stage.blox.sqprod.co>
This commit is contained in:
@@ -274,7 +274,7 @@ export const MessageTimeline = React.memo(function MessageTimeline({
|
||||
{showUnreadPill ? (
|
||||
<div
|
||||
className={cn(
|
||||
"pointer-events-none absolute inset-x-0 z-20 flex justify-center px-4",
|
||||
"pointer-events-none absolute inset-x-0 z-20 flex translate-y-3 justify-center px-4",
|
||||
channelChrome.top,
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -250,7 +250,7 @@ export function AppSidebar({
|
||||
? "bottom-56"
|
||||
: sidebarFooterCardCount >= 1
|
||||
? "bottom-44"
|
||||
: "bottom-28";
|
||||
: "bottom-24";
|
||||
const [isNewDmOpenInternal, setIsNewDmOpenInternal] = React.useState(false);
|
||||
const isNewDmOpen = isNewDmOpenProp ?? isNewDmOpenInternal;
|
||||
const setIsNewDmOpen = onNewDmOpenChange ?? setIsNewDmOpenInternal;
|
||||
|
||||
Reference in New Issue
Block a user