From 2d3d2d4a822244387a36f869314671bffb435ba1 Mon Sep 17 00:00:00 2001 From: xeronimus Date: Sat, 14 Oct 2023 14:48:28 +0200 Subject: [PATCH] #58 fix styling issue with topbar menu buttons --- client/app/components/TopBar/_styled.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/app/components/TopBar/_styled.js b/client/app/components/TopBar/_styled.js index 55404ad1..e01901e9 100644 --- a/client/app/components/TopBar/_styled.js +++ b/client/app/components/TopBar/_styled.js @@ -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;