0
Fork 0
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:
Djordje Vlaisavljevic 2023-06-01 13:56:41 +01:00
parent cc1e567a86
commit 661a85c748

View file

@ -337,7 +337,7 @@ const UserDetailModal:React.FC<UserDetailModalProps> = ({user, updateUser}) => {
{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 right-4 top-4">
<div className="absolute right-8 top-8">
<Menu items={items} position='left'></Menu>
</div>
<div className='relative z-10 mt-60 flex gap-4'>