From f6fabc888c8e4ef60dd6401f05b9c61da0c50b06 Mon Sep 17 00:00:00 2001 From: oliviareichl Date: Fri, 28 Jun 2024 17:21:12 +0200 Subject: [PATCH 01/18] chore: remove padding and center buttons in visualizations --- components/data-view.vue | 3 ++- components/entity-sidebar.vue | 21 +++++++++--------- layouts/visualization.vue | 40 ++++++++++++++++++++++++----------- pages/index.vue | 4 ++-- pages/map/index.vue | 2 +- pages/network/index.vue | 2 +- 6 files changed, 45 insertions(+), 27 deletions(-) diff --git a/components/data-view.vue b/components/data-view.vue index b19d68cf..4d4200e2 100644 --- a/components/data-view.vue +++ b/components/data-view.vue @@ -103,10 +103,11 @@ const entities = computed(() => { }) ?? [] ); }); + diff --git a/layouts/visualization.vue b/layouts/visualization.vue index f2f35cfd..30167fd4 100644 --- a/layouts/visualization.vue +++ b/layouts/visualization.vue @@ -1,9 +1,12 @@