Skip to content

Commit

Permalink
#58 fix styling issue with topbar menu buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus committed Oct 14, 2023
1 parent 88a1a0c commit 2d3d2d4
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 2d3d2d4

Please sign in to comment.