From 214407a4a866492882e6e7bb2f0857ec884aa36d Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 18 May 2022 14:56:01 -0500 Subject: [PATCH] nice scale --- packages/desktop/src/tree/protected/terminal/line/LineRow.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/desktop/src/tree/protected/terminal/line/LineRow.tsx b/packages/desktop/src/tree/protected/terminal/line/LineRow.tsx index 157321d..394db39 100644 --- a/packages/desktop/src/tree/protected/terminal/line/LineRow.tsx +++ b/packages/desktop/src/tree/protected/terminal/line/LineRow.tsx @@ -124,6 +124,8 @@ export default React.memo(function LineRow({ return pictureSources; }, [line, user]); + // TODO: low priority: scale the whole thing and make it pop out nad translate... + // doesn't work right now because no workaround for overflow scroll for y and visible for x return (
{/* channel picture */} {profilePictures && ( - + )}