Improve quality of life for 4-inch phones
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
This commit is contained in:
parent
98b83aca37
commit
3807b0b171
2 changed files with 24 additions and 6 deletions
|
@ -3,9 +3,8 @@ import { FormattedMessage } from 'react-intl';
|
|||
|
||||
const outerStyle = {
|
||||
background: '#373b4a',
|
||||
margin: '10px',
|
||||
flex: '0 0 auto',
|
||||
marginBottom: '0'
|
||||
overflowY: 'auto'
|
||||
};
|
||||
|
||||
const tabStyle = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue