mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Attempt to improve CLS.
This commit is contained in:
		@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user