diff options
| author | anderklander <anderklander@gmail.com> | 2018-04-07 10:25:16 +0200 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-04-11 13:45:42 +0200 |
| commit | 5b2efbd2664209f671f30cebf22fd633a92544d1 (patch) | |
| tree | 4004b87feea5fbed3987cf5a4350d02226c93ccb /app/components/SelectLocationStyles.js | |
| parent | a8d982bc47872e5e734abd97f9e6b56ceec59557 (diff) | |
| download | mullvadvpn-5b2efbd2664209f671f30cebf22fd633a92544d1.tar.xz mullvadvpn-5b2efbd2664209f671f30cebf22fd633a92544d1.zip | |
Corrected styles and combinded imgs
Diffstat (limited to 'app/components/SelectLocationStyles.js')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index 7063833be1..09f7005de8 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -55,16 +55,15 @@ export default { }, collapse_button: { flex: 0, - alignSelf: 'flex-end', - paddingTop: 14, - paddingBottom: 14, + alignSelf: 'stretch', + justifyContent: 'center', paddingRight: 16, paddingLeft: 16, }, cell: { paddingTop: 0, paddingBottom: 0, - paddingLeft: 24, + paddingLeft: 20, paddingRight: 0, }, sub_cell: { |
