mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	Migrate more classes.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 FireMasterK
					FireMasterK