fix: use more widely compatible css for sign in/register button margins

This commit is contained in:
Baptiste Grob
2021-03-23 18:52:46 +01:00
parent 257c0f6cab
commit b1cf0bd515
3 changed files with 13 additions and 9 deletions

View File

@@ -12,11 +12,15 @@
)
.sk-panel-row
.sk-h1 Sign in or register to enable sync and end-to-end encryption.
.flex.gap-3.my-1
button.sn-button.info.flex-grow.text-base.py-3(ng-click='self.state.formData.showLogin = true')
| Sign In
button.sn-button.info.flex-grow.text-base.py-3(ng-click='self.showRegister()')
| Register
.flex.my-1
button(
class="sn-button info flex-grow text-base py-3 mr-1.5"
ng-click='self.state.formData.showLogin = true'
) Sign In
button(
class="sn-button info flex-grow text-base py-3 ml-1.5"
ng-click='self.showRegister()'
) Register
.sk-panel-row.sk-p
| Standard Notes is free on every platform, and comes
| standard with sync and encryption.
@@ -269,7 +273,7 @@
type='file'
)
| Import Backup
span(ng-if='self.isDesktopApplication()')
p.mt-5(ng-if='self.isDesktopApplication()')
| Backups are automatically created on desktop and can be managed
| via the "Backups" top-level menu.
.sk-panel-row