From cfc17901445c938613dfdc9c9368cda12fe2d147 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Wed, 29 Dec 2021 01:47:13 -0800 Subject: [PATCH] The marathon header so that it spans the page Removes the name from the sidebar When sidebar collapses, it joins the name in the header Related to Issue #44 --- components/marathon/Header.vue | 99 +++++++++++++++++++++++++ components/marathon/sidebar/Sidebar.vue | 76 +++++-------------- pages/marathon/_marathon.vue | 25 +++++-- 3 files changed, 138 insertions(+), 62 deletions(-) create mode 100644 components/marathon/Header.vue diff --git a/components/marathon/Header.vue b/components/marathon/Header.vue new file mode 100644 index 00000000..531ebe10 --- /dev/null +++ b/components/marathon/Header.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/components/marathon/sidebar/Sidebar.vue b/components/marathon/sidebar/Sidebar.vue index 82a7689a..a1078041 100644 --- a/components/marathon/sidebar/Sidebar.vue +++ b/components/marathon/sidebar/Sidebar.vue @@ -1,15 +1,10 @@