Skip to content

Commit

Permalink
fix(notifs): width change
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Feb 4, 2021
1 parent 99c00b5 commit 5986594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifs/Notifs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Notifs: React.FC = () => {
}

const StyledBox = styled.div`
width: 30em !important;
max-width: 35em !important;
position: fixed;
bottom: 3em;
left: 20px;
Expand Down

0 comments on commit 5986594

Please sign in to comment.