logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 5f3bee345d0fcebabd90a28ada1fab7cd6e70b0e
parent: 755aad534a67bd5230eb68f821be0d5c390fd2b6
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Thu, 22 Feb 2018 03:04:27 +0100

Fix container regression (#6531)

* Update public.html.haml

* Update auth.html.haml

* Update modal.html.haml

Diffstat:

Mapp/views/layouts/auth.html.haml2+-
Mapp/views/layouts/modal.html.haml2+-
Mapp/views/layouts/public.html.haml2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml @@ -2,7 +2,7 @@ = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' - content_for :content do - .container + .container-alt .logo-container %h1 = link_to root_path do diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml @@ -11,7 +11,7 @@ = link_to destroy_user_session_path, method: :delete, class: 'logout-link icon-button' do = fa_icon 'sign-out' - .container= yield + .container-alt= yield .modal-layout__mastodon %div diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml @@ -2,7 +2,7 @@ = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' - content_for :content do - .container= yield + .container-alt= yield .footer - if !user_signed_in? && single_user_mode? %span.single-user-login