From 091e484199440a8e105787487b4bb3dbefb83d00 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 20 Dec 2018 18:20:12 -0600 Subject: [PATCH] Full width login button --- app/assets/templates/directives/account-menu.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/templates/directives/account-menu.html.haml b/app/assets/templates/directives/account-menu.html.haml index 6a6f21386..6b75744f9 100644 --- a/app/assets/templates/directives/account-menu.html.haml +++ b/app/assets/templates/directives/account-menu.html.haml @@ -42,8 +42,9 @@ %a{"href" => "https://standardnotes.org/help/security", "target" => "_blank"} (Learn more) .sk-panel-section.form-submit{"ng-if" => "!formData.authenticating"} - .sk-button.info.featured{'ng-click' => 'submitAuthForm()', "ng-disabled" => "formData.authenticating"} - .sk-label {{formData.showLogin ? "Sign In" : "Register"}} + .sk-button-group.stretch + .sk-button.info.featured{'ng-click' => 'submitAuthForm()', "ng-disabled" => "formData.authenticating"} + .sk-label {{formData.showLogin ? "Sign In" : "Register"}} .sk-notification.neutral{"ng-if" => "formData.showRegister"} .sk-notification-title No Password Reset.