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 && ( - + )}