mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Attempt to improve CLS.
This commit is contained in:
		
							parent
							
								
									defe4d6c91
								
							
						
					
					
						commit
						f9fcc5e98a
					
				
					 2 changed files with 4 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,5 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <nav
 | 
			
		||||
        class="uk-navbar w-full relative"
 | 
			
		||||
        :style="[{ background: backgroundColor, colour: foregroundColor }]"
 | 
			
		||||
        uk-navbar
 | 
			
		||||
    >
 | 
			
		||||
    <nav class="uk-navbar w-full relative">
 | 
			
		||||
        <div class="uk-navbar-left">
 | 
			
		||||
            <router-link
 | 
			
		||||
                class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
 | 
			
		||||
| 
						 | 
				
			
			@ -18,7 +14,7 @@
 | 
			
		|||
                />iped</router-link
 | 
			
		||||
            >
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="uk-navbar-center uk-flex md:visible">
 | 
			
		||||
        <div class="uk-navbar-center uk-flex <md:hidden">
 | 
			
		||||
            <input
 | 
			
		||||
                v-model="searchText"
 | 
			
		||||
                class="input uk-width-medium"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,6 +44,8 @@
 | 
			
		|||
                    loading="lazy"
 | 
			
		||||
                    :alt="video.uploaderName"
 | 
			
		||||
                    class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
 | 
			
		||||
                    width="68"
 | 
			
		||||
                    height="68"
 | 
			
		||||
                />
 | 
			
		||||
            </router-link>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue