mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Migrate more classes.
This commit is contained in:
		
							parent
							
								
									871447050c
								
							
						
					
					
						commit
						5b59c54904
					
				
					 3 changed files with 3 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -121,7 +121,7 @@ b {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.dark {
 | 
			
		||||
    @apply text-white;
 | 
			
		||||
    @apply text-white bg-dark-800;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
h1 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <nav
 | 
			
		||||
        class="uk-navbar uk-navbar-container uk-container-expand relative"
 | 
			
		||||
        :style="[{ background: backgroundColor, colour: foregroundColor }]"
 | 
			
		||||
        uk-navbar
 | 
			
		||||
    >
 | 
			
		||||
    <nav class="uk-navbar w-100 relative" :style="[{ background: backgroundColor, colour: foregroundColor }]" uk-navbar>
 | 
			
		||||
        <div class="uk-navbar-left">
 | 
			
		||||
            <router-link
 | 
			
		||||
                class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <div class="uk-container-expand">
 | 
			
		||||
    <div class="w-100">
 | 
			
		||||
        <div
 | 
			
		||||
            ref="container"
 | 
			
		||||
            data-shaka-player-container
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue