Fix container regression (#6531)
* Update public.html.haml * Update auth.html.haml * Update modal.html.haml
This commit is contained in:
		
							parent
							
								
									9184d588c1
								
							
						
					
					
						commit
						51e1e65c84
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -2,7 +2,7 @@ | ||||||
|   = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' |   = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' | ||||||
| 
 | 
 | ||||||
| - content_for :content do | - content_for :content do | ||||||
|   .container |   .container-alt | ||||||
|     .logo-container |     .logo-container | ||||||
|       %h1 |       %h1 | ||||||
|         = link_to root_path do |         = link_to root_path do | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ | ||||||
|       = link_to destroy_user_session_path, method: :delete, class: 'logout-link icon-button' do |       = link_to destroy_user_session_path, method: :delete, class: 'logout-link icon-button' do | ||||||
|         = fa_icon 'sign-out' |         = fa_icon 'sign-out' | ||||||
| 
 | 
 | ||||||
|   .container= yield |   .container-alt= yield | ||||||
|   .modal-layout__mastodon |   .modal-layout__mastodon | ||||||
|     %div |     %div | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
|   = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' |   = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' | ||||||
| 
 | 
 | ||||||
| - content_for :content do | - content_for :content do | ||||||
|   .container= yield |   .container-alt= yield | ||||||
|   .footer |   .footer | ||||||
|     - if !user_signed_in? && single_user_mode? |     - if !user_signed_in? && single_user_mode? | ||||||
|       %span.single-user-login |       %span.single-user-login | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue