Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1e02225

Browse files
committed
chore: Merge branch 'fix/header-align' into dev
2 parents b1fd0a0 + f7830e9 commit 1e02225

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

containers/Header/styles/threads_nav.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ import { cs, theme } from '@utils'
55

66
export const Wrapper = styled.div`
77
${cs.flex('align-end')};
8-
margin-left: 4%;
98
`
10-
119
export const CommunityLogo = styled(CommunityFaceLogo)`
1210
width: 22px;
1311
height: 22px;
1412
margin-right: 22px;
1513
margin-bottom: 4px;
1614
`
17-
1815
export const MobileHint = styled.div`
1916
${cs.flex('align-center')};
2017
color: ${theme('thread.articleTitle')};
@@ -23,7 +20,6 @@ export const MobileHint = styled.div`
2320
display: none;
2421
${cs.media.mobile`display: flex`};
2522
`
26-
2723
export const MiniTab = styled.div`
2824
border-bottom: ${({ active }) => (active ? '3px solid' : '')};
2925
border-bottom-color: ${({ active }) =>

0 commit comments

Comments
 (0)