From f474a470084e6596cd797e37979dbda2e6653c17 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 29 Aug 2021 14:09:01 -0700 Subject: [PATCH] Add "timeline" button to child button group --- dashboard/static_src/scss/dashboard.scss | 4 + .../dashboard/child_button_group.html | 16 +- static/babybuddy/css/app.1bdd4cb1ea75.css | 13808 ---------------- static/babybuddy/css/app.1bdd4cb1ea75.css.gz | Bin 36228 -> 0 bytes static/babybuddy/css/app.css | 4 + static/babybuddy/css/app.css.gz | Bin 36186 -> 36206 bytes static/staticfiles.json | 2 +- 7 files changed, 20 insertions(+), 13814 deletions(-) delete mode 100644 static/babybuddy/css/app.1bdd4cb1ea75.css delete mode 100644 static/babybuddy/css/app.1bdd4cb1ea75.css.gz diff --git a/dashboard/static_src/scss/dashboard.scss b/dashboard/static_src/scss/dashboard.scss index ded123b3..f31d0e96 100644 --- a/dashboard/static_src/scss/dashboard.scss +++ b/dashboard/static_src/scss/dashboard.scss @@ -1,3 +1,7 @@ +.child-actions { + flex-wrap: wrap; +} + @include media-breakpoint-between(sm, md) { #dashboard-child { &.card-columns { diff --git a/dashboard/templates/dashboard/child_button_group.html b/dashboard/templates/dashboard/child_button_group.html index 185787fd..fcfdf45a 100644 --- a/dashboard/templates/dashboard/child_button_group.html +++ b/dashboard/templates/dashboard/child_button_group.html @@ -1,16 +1,20 @@ {% load i18n %} -
+
{% if perms.core.view_child %} - + + + + {% endif %}