]> cat aescling's git repositories - mastodon.git/commitdiff
Make tabs bar take up less room on 4-inch phones
authorJessica Stokes <hello@jessicastokes.net>
Thu, 5 Jan 2017 01:32:11 +0000 (17:32 -0800)
committerJessica Stokes <hello@jessicastokes.net>
Thu, 5 Jan 2017 01:32:11 +0000 (17:32 -0800)
app/assets/javascripts/components/features/ui/components/tabs_bar.jsx

index 499c9e287b56de2f1ff25cfcbd07d5fee0455246..dbfdc3f852961acc69f07c74fb2e1d11ec075c43 100644 (file)
@@ -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',