Skip to content

Commit

Permalink
Fix people menu button border on android (tldraw#1471)
Browse files Browse the repository at this point in the history
This PR fixes the people menu button's border being misaligned on
android.

There is a still a tiny tiny tiny sliver visible through the border,
which could be fixed in a future PR.

![image](https://github.com/tldraw/tldraw/assets/15892272/d84cac26-33e4-4089-b0e0-1fa480b57286)


### Change Type

- [x] `patch` — Bug Fix

### Test Plan

1. Open a shared project on Android.
2. Place a visible *behind* the people menu button, so that you can
'see' the background-coloured border around the button.
3. Make sure the border is centered around the people menu button.
  • Loading branch information
TodePond committed May 25, 2023
1 parent f633715 commit d22542b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1479,8 +1479,6 @@
display: block;
content: '';
position: absolute;
top: -4px;
left: -4px;
height: 40px;
width: 40px;
border-radius: 100%;
Expand Down

0 comments on commit d22542b

Please sign in to comment.