mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05:00 
			
		
		
		
	Merge pull request #6705 from beganovich/v5-698
Fixes for column span when side image is not present
This commit is contained in:
		
						commit
						5a86fd3fce
					
				@ -10,7 +10,7 @@
 | 
				
			|||||||
                 alt="Background image">
 | 
					                 alt="Background image">
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        @endif
 | 
					        @endif
 | 
				
			||||||
        <div class="col-span-2 h-screen flex">
 | 
					        <div class="{{ $account && !$account->isPaid() ? 'col-span-2' : 'col-span-3' }} h-screen flex">
 | 
				
			||||||
            <div class="m-auto w-1/2 md:w-1/3 lg:w-1/4">
 | 
					            <div class="m-auto w-1/2 md:w-1/3 lg:w-1/4">
 | 
				
			||||||
                @if($account && !$account->isPaid())
 | 
					                @if($account && !$account->isPaid())
 | 
				
			||||||
                <div>
 | 
					                <div>
 | 
				
			||||||
 | 
				
			|||||||
@ -11,7 +11,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        @endif
 | 
					        @endif
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
        <div class="col-span-2 h-screen flex">
 | 
					        <div class="{{ $account && !$account->isPaid() ? 'col-span-2' : 'col-span-3' }} h-screen flex">
 | 
				
			||||||
            <div class="m-auto w-1/2 md:w-1/3 lg:w-1/4">
 | 
					            <div class="m-auto w-1/2 md:w-1/3 lg:w-1/4">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                @if($account && !$account->isPaid())
 | 
					                @if($account && !$account->isPaid())
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user