mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Moved CSS for ImageUpload
to prop
refs https://github.com/TryGhost/Team/issues/3318
This commit is contained in:
parent
449ce994f4
commit
d7ecc4b33e
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ const Facebook: React.FC = () => {
|
|||
<div className="mb-4 h-3 w-3/5 rounded bg-grey-200"></div>
|
||||
<SettingGroupContent className="overflow-hidden rounded-md border border-grey-300">
|
||||
<ImageUpload
|
||||
className="rounded-b-none border-b-0"
|
||||
fileUploadClassName='flex cursor-pointer items-center justify-center rounded rounded-b-none border border-grey-100 border-b-0 bg-grey-75 p-3 text-sm font-semibold text-grey-800 hover:text-black'
|
||||
height='300px'
|
||||
id='twitter-image'
|
||||
imageURL={facebookImage}
|
||||
|
|
|
@ -65,7 +65,7 @@ const Twitter: React.FC = () => {
|
|||
<div className="mb-4 h-3 w-3/5 rounded bg-grey-200"></div>
|
||||
<SettingGroupContent className="overflow-hidden rounded-md border border-grey-300">
|
||||
<ImageUpload
|
||||
className="rounded-b-none border-b-0"
|
||||
fileUploadClassName='flex cursor-pointer items-center justify-center rounded rounded-b-none border border-grey-100 border-b-0 bg-grey-75 p-3 text-sm font-semibold text-grey-800 hover:text-black'
|
||||
height='300px'
|
||||
id='twitter-image'
|
||||
imageURL={twitterImage}
|
||||
|
|
Loading…
Add table
Reference in a new issue