aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/NotificationPill.tsx
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-07-16 13:06:02 -0400
committerMichael <michael.foiani@gmail.com>2021-07-16 13:06:02 -0400
commitfd2478916a96cb3b75dc2d385d402b4f90b02ce8 (patch)
treeb38509b7d586fee83775849dab639ed5ac74f1aa /src/components/notifications/NotificationPill.tsx
parent5d57346e80cbab3d5e0106b3c9edf25670852d71 (diff)
parent17ac3b21f6db0107d3c5eeb8885884fa8cfa5a72 (diff)
Merge branch 'master' into tma954-video-trimming-component
Merging with master that fixes vid quality bugs
Diffstat (limited to 'src/components/notifications/NotificationPill.tsx')
-rw-r--r--src/components/notifications/NotificationPill.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/NotificationPill.tsx b/src/components/notifications/NotificationPill.tsx
index 525cd7fa..3b42aadf 100644
--- a/src/components/notifications/NotificationPill.tsx
+++ b/src/components/notifications/NotificationPill.tsx
@@ -58,7 +58,7 @@ export const NotificationPill: React.FC<NotificationPillProps> = ({
__px: number,
__py: number,
) => {
- const x = SCREEN_WIDTH / 2 - width / 2;
+ const x = SCREEN_WIDTH * 0.7 - width / 2;
const y = isIPhoneX()
? CHIN_HEIGHT + NAV_BAR_HEIGHT + navBarPos
: NAV_BAR_HEIGHT + navBarPos;