fix(header): new unread bar fixed on mobile

pull/1049/head
trashtemp 2021-12-26 23:43:07 +01:00
parent 9fed4a41c5
commit 5980faae0d
1 changed files with 6 additions and 0 deletions

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;