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'
|
||||
);
|
||||
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',
|
||||
'text-medium',
|
||||
'font-medium text-[0.7rem]',
|
||||
|
||||
@ -86,7 +86,7 @@ export default function PhotoLarge({
|
||||
hideApple={false}
|
||||
/>
|
||||
{showSimulation && photo.filmSimulation &&
|
||||
<div className="-translate-x-1.5">
|
||||
<div className="translate-x-[-0.3rem]">
|
||||
<PhotoFilmSimulation
|
||||
simulation={photo.filmSimulation}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user