From ac3636cf1d8c7fb9ac08862993d356a057527322 Mon Sep 17 00:00:00 2001 From: ZackRhodes <30397274+ZackRhodes@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:39:17 -0400 Subject: [PATCH] Automator Tab Sizing --- src/components/tabs/automator/AutomatorTab.vue | 15 ++++++++++++++- src/components/tabs/shop/ShopTab.vue | 6 ++++++ src/core/storage/firebase-config.js | 14 +++++++------- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/src/components/tabs/automator/AutomatorTab.vue b/src/components/tabs/automator/AutomatorTab.vue index a3640351b..1cbaf1362 100644 --- a/src/components/tabs/automator/AutomatorTab.vue +++ b/src/components/tabs/automator/AutomatorTab.vue @@ -1,6 +1,8 @@