From: Jessica Stokes Date: Thu, 5 Jan 2017 01:32:11 +0000 (-0800) Subject: Make tabs bar take up less room on 4-inch phones X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=5b75f6d0f36940f40db9f1064f37b0069068b691;p=mastodon.git Make tabs bar take up less room on 4-inch phones --- diff --git a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx index 499c9e287..dbfdc3f85 100644 --- a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx +++ b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx @@ -10,7 +10,7 @@ const outerStyle = { const tabStyle = { display: 'block', flex: '1 1 auto', - padding: '10px', + padding: '10px 5px', color: '#fff', textDecoration: 'none', textAlign: 'center',