Refine film simulation badge
This commit is contained in:
parent
1ae5ed89b2
commit
46cd8a4304
@ -19,7 +19,7 @@ export default function Badge({
|
|||||||
'border border-gray-200/60 dark:border-gray-800/75'
|
'border border-gray-200/60 dark:border-gray-800/75'
|
||||||
);
|
);
|
||||||
case 'secondary': return cc(
|
case 'secondary': return cc(
|
||||||
'px-1.5 py-1 leading-none rounded-[0.25rem]',
|
'px-[0.3rem] py-1 leading-none rounded-[0.25rem]',
|
||||||
'bg-gray-100 dark:bg-gray-800/60',
|
'bg-gray-100 dark:bg-gray-800/60',
|
||||||
'text-medium',
|
'text-medium',
|
||||||
'font-medium text-[0.7rem]',
|
'font-medium text-[0.7rem]',
|
||||||
|
|||||||
@ -86,7 +86,7 @@ export default function PhotoLarge({
|
|||||||
hideApple={false}
|
hideApple={false}
|
||||||
/>
|
/>
|
||||||
{showSimulation && photo.filmSimulation &&
|
{showSimulation && photo.filmSimulation &&
|
||||||
<div className="-translate-x-1.5">
|
<div className="translate-x-[-0.3rem]">
|
||||||
<PhotoFilmSimulation
|
<PhotoFilmSimulation
|
||||||
simulation={photo.filmSimulation}
|
simulation={photo.filmSimulation}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user