Attempt to improve CLS.

This commit is contained in:
FireMasterK 2021-12-27 14:46:31 +00:00
parent defe4d6c91
commit f9fcc5e98a
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
2 changed files with 4 additions and 6 deletions

View File

@ -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"

View File

@ -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>