Skip to content

Commit

Permalink
Merge pull request #375 from Zuehlke/topbar-style-hotfix
Browse files Browse the repository at this point in the history
#58 fix styling issue with topbar menu buttons
  • Loading branch information
xeronimus authored Oct 14, 2023
2 parents 88a1a0c + 2d3d2d4 commit ca46be9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/app/components/TopBar/_styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ export const StyledWhoAmI = styled.div`
// four buttons on the top right (settings, action log, help, leave room)
export const StyledQuickMenuButton = styled.a`
display: block;
width: ${TOPBAR_HEIGHT - 2}px;
height: ${TOPBAR_HEIGHT - 2}px;
font-size: 22px;
padding: 4px 8px;
padding: 4px 4px;
box-sizing: border-box;
color: ${({$warning}) => ($warning ? COLOR_WARNING : 'white')};
border-radius: 0;
Expand Down

0 comments on commit ca46be9

Please sign in to comment.