nice scale
This commit is contained in:
@@ -124,6 +124,8 @@ export default React.memo(function LineRow({
|
|||||||
return pictureSources;
|
return pictureSources;
|
||||||
}, [line, user]);
|
}, [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 (
|
return (
|
||||||
<div
|
<div
|
||||||
onClick={handleActivateLine}
|
onClick={handleActivateLine}
|
||||||
@@ -136,7 +138,7 @@ export default React.memo(function LineRow({
|
|||||||
>
|
>
|
||||||
{/* channel picture */}
|
{/* channel picture */}
|
||||||
{profilePictures && (
|
{profilePictures && (
|
||||||
<span className={`${isSelected && ' scale-110 transition-all'}`}>
|
<span className={`${isSelected && ' scale-125 transition-all'}`}>
|
||||||
<LineIcon grayscale={!isUserTunedIn} sourceImages={profilePictures} />
|
<LineIcon grayscale={!isUserTunedIn} sourceImages={profilePictures} />
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user