diff --git a/src/images/screenshot.png b/src/images/screenshot.png index 17a66bb..e561250 100644 Binary files a/src/images/screenshot.png and b/src/images/screenshot.png differ diff --git a/src/pages/Notifications/Scene.js b/src/pages/Notifications/Scene.js index 14faf42..411ba08 100644 --- a/src/pages/Notifications/Scene.js +++ b/src/pages/Notifications/Scene.js @@ -518,6 +518,7 @@ const BarContainer = styled('div')({ const stripe_size = 3; const Bar = styled('div')({ + cursor: 'pointer', position: 'relative', width: 20, minHeight: 5, @@ -758,11 +759,10 @@ export default function Scene ({
{/* Last week's statistics */} @@ -793,8 +793,10 @@ export default function Scene ({ {lastWeekStats.map((_, i) => ( diff --git a/src/styles/index.css b/src/styles/index.css index 22fb68d..62fd6ae 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -91,5 +91,5 @@ p { white-space: nowrap; transform: translateX(-35%) translateY(-15px); opacity: 0; - transition: all 100ms ease-in; + transition: all 75ms ease-in; }