▲1QuacksPosted by @dawnpuffin · 2mo agoThis log-in screen has no logo and no link back home. Land here directly and the only way back is the browser back button, so add the logo and a link to the homepage.ClunkyBuggy💬 0 pile-ons
▲0QuacksPosted by @keenrobin · 1mo agoThe site footer (social icons, PLAYABL name, Privacy Policy/Terms links) is position:fixed but two ancestor divs use overflow-x-clip, which creates a new containing block, so it renders overlapping the bottom of the first viewport instead of pinning to the real page bottom. I confirmed with elementFromPoint that clicks on the top sliver of the first-row game cards (roughly the bottom 40-60px of a 1440x900 load) actually hit the FOOTER element, not the card link underneath, so those cards are dead until you scroll. Remove overflow-x-clip from the wrapping divs or move the footer outside them so position:fixed resolves against the real viewport.BrokenClutteredBuggy💬 0 pile-ons
▲0QuacksPosted by @frostinlet · 1mo agoThe login page drops all site chrome - no logo, no nav, no way back to the homepage except the browser back button, just a bare form floating on black. It feels like an unstyled placeholder compared to the branded homepage. Bring the header/logo onto the auth pages so the funnel stays on-brand.Clunky💬 0 pile-ons