From 7be93d6ef94a370c2a7ecf738be964ec9d645625 Mon Sep 17 00:00:00 2001 From: Sai Karthik Date: Sat, 2 Dec 2023 13:53:30 +0530 Subject: [PATCH] feat: improve the layout of SubscriptionsPage * fixed the overflow issue * hidden the input area so that it improves the look * added some code comments --- src/components/SubscriptionsPage.vue | 49 +++++++++++++++++----------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue index aaac9e34..06be4a88 100644 --- a/src/components/SubscriptionsPage.vue +++ b/src/components/SubscriptionsPage.vue @@ -1,35 +1,46 @@