From 57d645692c24515dec137dd9203f05fb7775dca4 Mon Sep 17 00:00:00 2001 From: Front <27463495+Frontesque@users.noreply.github.com> Date: Mon, 24 Jan 2022 22:10:51 -0500 Subject: [PATCH] tweaks + youtube rewind 2018 --- NUXT/layouts/default.vue | 18 +++++++++++------- NUXT/pages/index.vue | 12 +++++++++++- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/NUXT/layouts/default.vue b/NUXT/layouts/default.vue index 6e4ccf3..ed69878 100644 --- a/NUXT/layouts/default.vue +++ b/NUXT/layouts/default.vue @@ -2,7 +2,7 @@ - + @@ -37,8 +37,12 @@ width: 20vw !important; } .topNavSearch { - margin-bottom: -100em; + margin-bottom: -10em; margin-left: 2em; + transform: translateY(-2.5%); + border-radius: 5px; + border-bottom-left-radius: 5px !important; + border-bottom-right-radius: 5px !important; } @@ -47,11 +51,11 @@ data: () => ({ tabSelection: 0, tabs: [ - { name: "Home", icon: "mdi-home" }, - { name: "Shorts", icon: "mdi-lightning-bolt" }, - { name: "Upload", icon: "mdi-plus" }, - { name: "Subscriptions", icon: "mdi-youtube-subscription" }, - { name: "Library", icon: "mdi-view-list" }, + { name: "Home", icon: "mdi-home", link: "/" }, + { name: "Shorts", icon: "mdi-lightning-bolt", link: "/shorts" }, + { name: "Upload", icon: "mdi-plus", link: "/upload" }, + { name: "Subscriptions", icon: "mdi-youtube-subscription", link: "/subs" }, + { name: "Library", icon: "mdi-view-list", link: "/library" }, ] }), } diff --git a/NUXT/pages/index.vue b/NUXT/pages/index.vue index c5d9c82..d4b09bf 100644 --- a/NUXT/pages/index.vue +++ b/NUXT/pages/index.vue @@ -1,5 +1,15 @@ + +