Commit e82f383b2cc56a63e4afa6eb79a83f8b874713f6
refactor(settings page): inverted backup and version, added more whitespace at the bottom.
andre alves garzia committed on 6/2/2018, 10:33:03 PMParent: 7779f9c9d2cdbdd4c87c70c472fba5c510d780ca
Files changed
app/page/settings.js | changed |
app/page/settings.js | ||
---|---|---|
@@ -95,18 +95,19 @@ | ||
95 | 95 | webSharingOption('author', strings.share.settings.authorAndYouOption), |
96 | 96 | webSharingOption('private', strings.share.settings.justYouOption) |
97 | 97 | )) |
98 | 98 | ]), |
99 | - h('section -version', [ | |
100 | - h('div.left', strings.settingsPage.section.version), | |
101 | - h('div.right', version) | |
102 | - ]), | |
103 | 99 | h('section -backup', [ |
104 | 100 | h('div.left', strings.backup.sectionName), |
105 | 101 | h('div.right', [ |
106 | 102 | exportIdentityButton |
107 | 103 | ]) |
108 | - ]) | |
104 | + ]), | |
105 | + h('section -version', [ | |
106 | + h('div.left', strings.settingsPage.section.version), | |
107 | + h('div.right', version) | |
108 | + ]), | |
109 | + h('div', { style: 'padding-bottom: 20px' }, '') | |
109 | 110 | ]) |
110 | 111 | ]) |
111 | 112 | |
112 | 113 | function Language(lang) { |
Built with git-ssb-web