Skip to content

Commit

Permalink
Merge pull request #3225 from specify/issue-2942
Browse files Browse the repository at this point in the history
Decrease padding in side menu
  • Loading branch information
CarolineDenis authored Apr 6, 2023
2 parents 4854a2a + 56f4fa5 commit 6afad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifyweb/frontend/js_src/lib/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export function MenuButton({
}): JSX.Element | null {
const [position] = userPreferences.use('header', 'appearance', 'position');
const getClassName = (isActive: boolean): string => `
p-4
p-[1.4vh]
${isActive ? 'bg-brand-300 !text-white' : 'text-gray-700'}
${className.ariaHandled}
${extraProps?.className ?? ''}
Expand Down

0 comments on commit 6afad80

Please sign in to comment.