diff --git a/components/app/video/video-player.tsx b/components/app/video/video-player.tsx
index 25a0bb7..8f6f111 100644
--- a/components/app/video/video-player.tsx
+++ b/components/app/video/video-player.tsx
@@ -674,7 +674,7 @@ export function VideoPlayer({
layout
transition={{ type: "spring", bounce: 0, duration: 0.3 }}
className={cn(
- "relative z-0 max-w-full overflow-visible",
+ "relative z-0 max-w-full overflow-visible md:mb-4",
isTheatreMode && "lg:mx-auto lg:w-full lg:max-w-[calc(80vh*16/9)]",
)}
>
diff --git a/components/ui/follow-button.tsx b/components/ui/follow-button.tsx
index 77259b2..fb5dec1 100644
--- a/components/ui/follow-button.tsx
+++ b/components/ui/follow-button.tsx
@@ -60,7 +60,7 @@ export function FollowButton({
"rounded-full transition-colors duration-200",
following
? "bg-secondary text-foreground"
- : "bg-foreground text-background border border-border",
+ : "bg-foreground text-background",
)}
>