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>
 | 
					<template>
 | 
				
			||||||
    <nav
 | 
					    <nav class="uk-navbar w-full relative">
 | 
				
			||||||
        class="uk-navbar w-full relative"
 | 
					 | 
				
			||||||
        :style="[{ background: backgroundColor, colour: foregroundColor }]"
 | 
					 | 
				
			||||||
        uk-navbar
 | 
					 | 
				
			||||||
    >
 | 
					 | 
				
			||||||
        <div class="uk-navbar-left">
 | 
					        <div class="uk-navbar-left">
 | 
				
			||||||
            <router-link
 | 
					            <router-link
 | 
				
			||||||
                class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
 | 
					                class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
 | 
				
			||||||
| 
						 | 
					@ -18,7 +14,7 @@
 | 
				
			||||||
                />iped</router-link
 | 
					                />iped</router-link
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="uk-navbar-center uk-flex md:visible">
 | 
					        <div class="uk-navbar-center uk-flex <md:hidden">
 | 
				
			||||||
            <input
 | 
					            <input
 | 
				
			||||||
                v-model="searchText"
 | 
					                v-model="searchText"
 | 
				
			||||||
                class="input uk-width-medium"
 | 
					                class="input uk-width-medium"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,6 +44,8 @@
 | 
				
			||||||
                    loading="lazy"
 | 
					                    loading="lazy"
 | 
				
			||||||
                    :alt="video.uploaderName"
 | 
					                    :alt="video.uploaderName"
 | 
				
			||||||
                    class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
 | 
					                    class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
 | 
				
			||||||
 | 
					                    width="68"
 | 
				
			||||||
 | 
					                    height="68"
 | 
				
			||||||
                />
 | 
					                />
 | 
				
			||||||
            </router-link>
 | 
					            </router-link>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue