From 7db6e2cb70740472d49f7c395b31b2284bdad7aa Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 1 Jun 2022 14:15:42 +0200 Subject: [PATCH] minor --- assets/style.css | 3 ++- components/Nav.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index bde85460..c9d76ce4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,7 +31,8 @@ li { } #calh { - height: 292px; + /* this is to avoid content shift layout as v-calendar does not support SSR */ + height: 268px; } .container { diff --git a/components/Nav.vue b/components/Nav.vue index 353a3f9b..3569577f 100644 --- a/components/Nav.vue +++ b/components/Nav.vue @@ -2,7 +2,7 @@ v-app-bar(app aria-label='Menu' height=64) //- logo, title and description - v-list-item.pa-0.pa-md-2(:to='$route.name==="index"?"/about":"/"') + v-list-item.pa-0(:to='$route.name==="index"?"/about":"/"') v-list-item-avatar.ma-xs-1(tile) img(src='/logo.png' height='40') v-list-item-content.d-flex