From 1185ac4053d2960cc286cbf1cf7512c8f5318330 Mon Sep 17 00:00:00 2001 From: Tanza3D Date: Tue, 26 Sep 2023 22:07:56 +0100 Subject: [PATCH 1/2] Small PFP on desktop --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index b19d5e8a..2f7a9ef8 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -42,7 +42,7 @@ import {makeProfileLink} from 'lib/routes/links' const ProfileCard = observer(function ProfileCardImpl() { const store = useStores() const {isDesktop} = useWebMediaQueries() - const size = isDesktop ? 64 : 48 + const size = isDesktop ? 32 : 48 return store.me.handle ? ( Date: Thu, 28 Sep 2023 12:11:09 -0700 Subject: [PATCH 2/2] Slightly larger desktop leftnav pfp --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index b1065f03..cbff3a1c 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -42,7 +42,7 @@ import {makeProfileLink} from 'lib/routes/links' const ProfileCard = observer(function ProfileCardImpl() { const store = useStores() const {isDesktop} = useWebMediaQueries() - const size = isDesktop ? 32 : 48 + const size = 48 return store.me.handle ? (