interface icon indicating copy to clipboard operation
interface copied to clipboard

Safari Landing Bug

Open nightspite opened this issue 1 year ago • 3 comments

Bug Description Landing cards overlay each other.

Steps to Reproduce

  1. Open Safari/Orion or any other Webkit based browser.
  2. Go to https://uniswap.org

Expected Behavior Cards should not overlay each other.

Additional Context CleanShot 2023-11-02 at 13 25 36@2x

I wanted to quickly fix the problem, but couldn't find a working graphql api endpoint(?) as the one in the .env throws access denies. https://beta.api.uniswap.org/v1/graphql

nightspite avatar Nov 02 '23 12:11 nightspite

@JFrankfurt @just-toby is this an issue for this repo? What is the repo being used for the landing page?

Jdecristi avatar Nov 28 '23 04:11 Jdecristi

it's actually this one: https://github.com/Uniswap/org

@Jdecristi

just-toby avatar Nov 28 '23 04:11 just-toby

I'd open a PR, but I'm guessing the current landing page repo is now private?

You can fix this by adding align-content: start to the affected grid elements (see the video below).

This change doesn't affect any other browsers.

https://github.com/Uniswap/interface/assets/12480362/7bd4bbbe-b6c4-45a9-944d-69943593975a

@just-toby

ryanpwaldon avatar Jan 23 '24 05:01 ryanpwaldon