mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix container not occupying the full page.
This commit is contained in:
		
							parent
							
								
									cb714f46ec
								
							
						
					
					
						commit
						e853cb9840
					
				
					 1 changed files with 16 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
<div class="uk-container uk-container-expand uk-light uk-height-viewport" style="background:#0b0e0f">
 | 
			
		||||
    <nav class="uk-navbar-container uk-container-expand uk-light" style="background:#0b0e0f" uk-navbar>
 | 
			
		||||
        <div class="uk-navbar-left">
 | 
			
		||||
            <router-link class="uk-navbar-item uk-logo uk-text-bold" to="/">Piped</router-link>
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +16,6 @@
 | 
			
		|||
        </div>
 | 
			
		||||
    </nav>
 | 
			
		||||
 | 
			
		||||
<div class="uk-container uk-container-expand uk-light" style="background:#0b0e0f">
 | 
			
		||||
    <router-view />
 | 
			
		||||
</div>
 | 
			
		||||
</template>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue