git ssb

2+

mixmix / ticktack



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 PM
Parent: 7779f9c9d2cdbdd4c87c70c472fba5c510d780ca

Files changed

app/page/settings.jschanged
app/page/settings.jsView
@@ -95,18 +95,19 @@
9595 webSharingOption('author', strings.share.settings.authorAndYouOption),
9696 webSharingOption('private', strings.share.settings.justYouOption)
9797 ))
9898 ]),
99- h('section -version', [
100- h('div.left', strings.settingsPage.section.version),
101- h('div.right', version)
102- ]),
10399 h('section -backup', [
104100 h('div.left', strings.backup.sectionName),
105101 h('div.right', [
106102 exportIdentityButton
107103 ])
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' }, '')
109110 ])
110111 ])
111112
112113 function Language(lang) {

Built with git-ssb-web