From ba45b0965ba3a797a1036b7f0589010af280c01d Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 13 Feb 2024 16:47:30 -0600 Subject: [PATCH] use `ActivityPanel` in `MultiviewPanel` Adjust classes to make all activity panels look uniform --- .../History/Layout/DetailsLayout.vue | 2 +- .../src/components/Panels/MultiviewPanel.vue | 57 +++++++++---------- 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/client/src/components/History/Layout/DetailsLayout.vue b/client/src/components/History/Layout/DetailsLayout.vue index 1f73da6e7c76..2af7f399d88a 100644 --- a/client/src/components/History/Layout/DetailsLayout.vue +++ b/client/src/components/History/Layout/DetailsLayout.vue @@ -191,4 +191,4 @@ function selectText() { min-height: 2rem; } } - \ No newline at end of file + diff --git a/client/src/components/Panels/MultiviewPanel.vue b/client/src/components/Panels/MultiviewPanel.vue index 21b3fc11dadc..42a435a787b0 100644 --- a/client/src/components/Panels/MultiviewPanel.vue +++ b/client/src/components/Panels/MultiviewPanel.vue @@ -1,6 +1,6 @@