diff --git a/src/app.css b/src/app.css index ebb37d1e..f3817a1d 100644 --- a/src/app.css +++ b/src/app.css @@ -430,15 +430,17 @@ a.mention span { opacity: 0; } 100% { - transform: translate(-50%, 150%); + transform: translate(-50%, 0); opacity: 1; } } .updates-button { position: absolute; + z-index: 1; animation: fade-from-top 2s ease-out; left: 50%; - transform: translate(-50%, 150%); + margin-top: 8px; + transform: translate(-50%, 0); font-size: 90%; background: linear-gradient( to bottom, diff --git a/src/pages/home.jsx b/src/pages/home.jsx index f6c2d96d..4b2ec205 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -199,28 +199,28 @@ function Home({ hidden }) { - {snapStates.homeNew.length > 0 && ( - - )} + {snapStates.homeNew.length > 0 && ( + + )} {snapStates.home.length ? ( <>