From d295eb45ca9eda23beae31ef1778bdd80f89db84 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 22 Mar 2023 16:08:25 -0400 Subject: [PATCH] expandable sections --- public/app.css | 3 ++ src/components/show_category.vue | 68 ++++++++++++++++---------------- src/components/summary.vue | 44 +++++++++++---------- 3 files changed, 61 insertions(+), 54 deletions(-) diff --git a/public/app.css b/public/app.css index a30b632..6dafa03 100644 --- a/public/app.css +++ b/public/app.css @@ -5,3 +5,6 @@ td,th { th { background:lightgrey; } +h2 { + display:inline; +} diff --git a/src/components/show_category.vue b/src/components/show_category.vue index 0e873ba..d4f64d4 100644 --- a/src/components/show_category.vue +++ b/src/components/show_category.vue @@ -23,40 +23,42 @@