Skip to content

Commit

Permalink
chore(sidebar): adjust main menu padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Sep 26, 2023
1 parent 281789b commit 0ed1bed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MenuTitle = styled.div<TMenuTitle>`
color: ${({ $active, primaryColor }) =>
$active ? primaryTheme(primaryColor) : theme('article.digest')};
font-weight: ${({ $active }) => ($active ? 550 : 400)};
font-size: 13px;
font-size: 13.5px;
margin-left: 10px;
${MenuItem}:hover & {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const Wrapper = styled.div`
${css.size(16)};
${css.row('align-both')};
opacity: 0.6;
margin-top: -1px;
`

type TIcon = TActive & TPrimaryColor
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/CustomHeaderLinks/styles/sidebar_layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Wrapper = styled.div`
`
export const LinkItem = styled(LinkItemBase)`
${css.row('align-center')};
font-size: 13px;
font-size: 13.5px;
width: 160px;
border-radius: 10px;
height: 32px;
Expand Down

0 comments on commit 0ed1bed

Please sign in to comment.