From 6e5c58f3a1b5a195cc874166ae466641a61cf7be Mon Sep 17 00:00:00 2001 From: Mahmoud Emad Date: Wed, 26 Jun 2024 11:31:39 +0300 Subject: [PATCH] style: Update the application cards: - Removed the tallest Card concept. - Set a default height of 200 and fixed the responsiveness. - Removed the mobile view checker. --- .../applications/ApplicationCards.vue | 27 ++++--------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/packages/playground/src/components/applications/ApplicationCards.vue b/packages/playground/src/components/applications/ApplicationCards.vue index a523f743dd..1200609d46 100644 --- a/packages/playground/src/components/applications/ApplicationCards.vue +++ b/packages/playground/src/components/applications/ApplicationCards.vue @@ -1,15 +1,10 @@