From 66229e6365e515ce829749f25d66360cc9483547 Mon Sep 17 00:00:00 2001 From: Diyar Akhgar Date: Tue, 27 May 2025 17:06:54 +0330 Subject: [PATCH] fix space styles --- .../src/components/CreateSpaceModal.vue | 427 +++++++++++------- .../src/components/EditBillingModal.vue | 2 + 2 files changed, 266 insertions(+), 163 deletions(-) diff --git a/xroom-dashboard/src/components/CreateSpaceModal.vue b/xroom-dashboard/src/components/CreateSpaceModal.vue index 3b9042e..cc6fdf1 100644 --- a/xroom-dashboard/src/components/CreateSpaceModal.vue +++ b/xroom-dashboard/src/components/CreateSpaceModal.vue @@ -1,53 +1,97 @@ \ No newline at end of file diff --git a/xroom-dashboard/src/components/EditBillingModal.vue b/xroom-dashboard/src/components/EditBillingModal.vue index 0ca07b8..9172096 100644 --- a/xroom-dashboard/src/components/EditBillingModal.vue +++ b/xroom-dashboard/src/components/EditBillingModal.vue @@ -189,6 +189,8 @@ export default { .modal-content::-webkit-scrollbar { display: none; } + + .popUp-header { display: flex; align-items: center;