mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Make tabs bar take up less room on 4-inch phones
This commit is contained in:
parent
3807b0b171
commit
5b75f6d0f3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user