mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix black bars in light mode
This commit is contained in:
		
							parent
							
								
									f574abbf7f
								
							
						
					
					
						commit
						6413d861b4
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html style="background: #0f0f0f" lang="en">
 | 
			
		||||
<html lang="en">
 | 
			
		||||
    <head>
 | 
			
		||||
        <meta charset="utf-8" />
 | 
			
		||||
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <div class="w-full min-h-screen px-1vw reset" :class="[theme]">
 | 
			
		||||
    <div class="w-full min-h-screen px-1vw py-5 reset" :class="[theme]">
 | 
			
		||||
        <NavBar />
 | 
			
		||||
 | 
			
		||||
        <router-view v-slot="{ Component }">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <footer class="text-center py-4 rounded-xl children:(mx-3) w-full mt-10 mb-5">
 | 
			
		||||
    <footer class="text-center py-4 rounded-xl children:(mx-3) w-full mt-10">
 | 
			
		||||
        <a aria-label="GitHub" href="https://github.com/TeamPiped/Piped" target="_blank">
 | 
			
		||||
            <font-awesome-icon :icon="['fab', 'github']" />
 | 
			
		||||
            <span class="ml-2" v-t="'actions.source_code'" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <nav class="flex flex-wrap items-center justify-center px-2 sm:px-4 py-2.5 w-full relative">
 | 
			
		||||
    <nav class="flex flex-wrap items-center justify-center px-2 sm:px-4 pb-2.5 w-full relative">
 | 
			
		||||
        <div class="flex-1 flex justify-start">
 | 
			
		||||
            <router-link class="flex font-bold text-3xl items-center font-sans" to="/"
 | 
			
		||||
                ><img
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue