mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Added more white space
refs https://github.com/TryGhost/Team/issues/3328
This commit is contained in:
parent
cc1e567a86
commit
661a85c748
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ const UserDetailModal:React.FC<UserDetailModalProps> = ({user, updateUser}) => {
|
||||||
{userData.cover_image && (
|
{userData.cover_image && (
|
||||||
<div className='absolute inset-0 z-0 block bg-gradient-to-tr from-[rgba(0,0,0,0.5)] to-[rgba(0,0,0,0.01)]'></div>
|
<div className='absolute inset-0 z-0 block bg-gradient-to-tr from-[rgba(0,0,0,0.5)] to-[rgba(0,0,0,0.01)]'></div>
|
||||||
)}
|
)}
|
||||||
<div className="absolute right-4 top-4">
|
<div className="absolute right-8 top-8">
|
||||||
<Menu items={items} position='left'></Menu>
|
<Menu items={items} position='left'></Menu>
|
||||||
</div>
|
</div>
|
||||||
<div className='relative z-10 mt-60 flex gap-4'>
|
<div className='relative z-10 mt-60 flex gap-4'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue