fix(header): new unread bar fixed on mobile

This commit is contained in:
trashtemp
2021-12-26 23:43:07 +01:00
parent 9fed4a41c5
commit 5980faae0d

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;