Fix container regression (#6531)

* Update public.html.haml

* Update auth.html.haml

* Update modal.html.haml
This commit is contained in:
Eugen Rochko 2018-02-22 03:04:27 +01:00 committed by GitHub
parent 755aad534a
commit 5f3bee345d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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