1
0
forked from test/crm

fix: update profile page padding

This commit is contained in:
Shariq Ansari 2025-01-27 19:24:29 +05:30
parent ef26e6f208
commit bac71ea456
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="flex h-full flex-col gap-8 p-12 text-ink-gray-9">
<div class="flex h-full flex-col gap-8 p-8 text-ink-gray-9">
<div class="flex-1 flex flex-col gap-8 mt-2 overflow-y-auto">
<div v-if="profile" class="flex w-full items-center justify-between">
<div class="flex items-center gap-4">

View File

@ -38,6 +38,7 @@
>
<Button
class="absolute right-5 top-5"
variant="ghost"
icon="x"
@click="showSettings = false"
/>