From 098104404c9c921d0f8f9592067671b9d6a8c6b5 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sat, 13 Jul 2024 01:34:28 -0400 Subject: [PATCH 001/109] I have repositioned the user information and also added a tool to determine the screen size on the creator's page to facilitate development. --- src/views/creators/CreatorBanner.vue | 81 ++++++++++++++++------------ src/views/main/DonationPopup.vue | 2 +- src/views/tools/SeizeIndicator.vue | 16 ++++++ 3 files changed, 64 insertions(+), 35 deletions(-) create mode 100644 src/views/tools/SeizeIndicator.vue diff --git a/src/views/creators/CreatorBanner.vue b/src/views/creators/CreatorBanner.vue index 6330906..9888316 100644 --- a/src/views/creators/CreatorBanner.vue +++ b/src/views/creators/CreatorBanner.vue @@ -1,18 +1,18 @@