diff --git a/apps/bottle/src/app/bottles/_components/BottlesListItem.tsx b/apps/bottle/src/app/bottles/_components/BottlesListItem.tsx
index 6d29c59..5232ee4 100644
--- a/apps/bottle/src/app/bottles/_components/BottlesListItem.tsx
+++ b/apps/bottle/src/app/bottles/_components/BottlesListItem.tsx
@@ -33,7 +33,7 @@ export function BottlesListItem({ bottle }: Props) {
{stringifyKeywords(bottle.keyword)}
-
+
);
diff --git a/apps/bottle/src/components/common/avatar/avatarStyle.css.ts b/apps/bottle/src/components/common/avatar/avatarStyle.css.ts
index 523653d..e0e33c2 100644
--- a/apps/bottle/src/components/common/avatar/avatarStyle.css.ts
+++ b/apps/bottle/src/components/common/avatar/avatarStyle.css.ts
@@ -5,6 +5,7 @@ import { recipe } from '@vanilla-extract/recipes';
export const containerStyle = recipe({
base: {
borderRadius: '50%',
+ position: 'relative',
},
variants: {
size: {
diff --git a/apps/bottle/src/components/common/avatar/index.tsx b/apps/bottle/src/components/common/avatar/index.tsx
index 9048c23..6dcdadd 100644
--- a/apps/bottle/src/components/common/avatar/index.tsx
+++ b/apps/bottle/src/components/common/avatar/index.tsx
@@ -16,15 +16,7 @@ export function Avatar({ size: _size, blur, ...props }: AvatarProps) {
return (
{props.src != null ? (
-
+
) : (
)}