From aa0ab1a9602e29a2c4a54cac9e221c52c70c4a6e Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Tue, 4 Aug 2020 11:03:00 -0300 Subject: [PATCH] :lipstick: make bottom tab switcher thinner --- client/modules/Mobile/MobileDashboardView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/Mobile/MobileDashboardView.jsx b/client/modules/Mobile/MobileDashboardView.jsx index 5acdd8d3..7a662ad9 100644 --- a/client/modules/Mobile/MobileDashboardView.jsx +++ b/client/modules/Mobile/MobileDashboardView.jsx @@ -22,7 +22,7 @@ const EXAMPLE_USERNAME = 'p5'; const FooterTab = styled(Link)` background: ${props => prop(props.selected ? 'backgroundColor' : 'MobilePanel.default.foreground')}; color: ${props => prop(`MobilePanel.default.${props.selected ? 'foreground' : 'background'}`)}; - padding: ${remSize(16)}; + padding: ${remSize(8)} ${remSize(16)}; width: 100%; display: flex; `;