Improve video page layout for recommended videos
Update CSS class for recommended videos sidebar on the VideoPage component to ensure proper rendering on all screen sizes. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/W2v7sFm
This commit is contained in:
parent
b083bda306
commit
cb27862cb5
@ -383,7 +383,7 @@ export default function VideoPage() {
|
||||
</div>
|
||||
|
||||
{/* Recommended videos sidebar */}
|
||||
<div className="lg:w-96">
|
||||
<div className="w-full lg:w-96">
|
||||
<h2 className="text-lg font-semibold text-bunny-light mb-4">Recommended Videos</h2>
|
||||
|
||||
<div className="space-y-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user