Skip to content

Commit

Permalink
Remove blur from overlay to sidestep possible perf issues
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Feb 25, 2024
1 parent f20a304 commit 8d415b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/src/ui/components/MobileVideoOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const useStyles = makeStyles({
display: 'inline-flex',
width: 'auto',
backgroundColor: 'rgba(0, 0, 0, .5)',
backdropFilter: 'blur(3px)',
borderRadius: 16,
},
});
Expand Down

0 comments on commit 8d415b1

Please sign in to comment.