fix(header): new unread bar fixed on mobile

This commit is contained in:
trashtemp 2021-12-26 23:43:07 +01:00
parent 4d59bb96b2
commit 64df7edf9b
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -61,6 +61,12 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
0;
`}
${() =>
isTouchscreenDevice &&
css`
top: 56px;
`}
> div {
display: flex;
align-items: center;