Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DevVivekk authored Jan 19, 2025
1 parent b4a51d3 commit 527f282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/modules/videos/views/videos-single-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export function VideoMeetingInfo(props: VideoMeetingInfo) {
<>
<aside
className={classNames(
"no-scrollbar fixed left-0 top-0 z-30 flex h-full w-64 transform justify-between overflow-x-hidden overflow-y-scroll transition-all duration-300 ease-in-out",
"no-scrollbar fixed left-0 top-0 z-30 flex h-full w-64 transform justify-around overflow-x-hidden overflow-y-scroll transition-all duration-300 ease-in-out",
open ? "translate-x-0" : "-translate-x-[232px]"
)}>
<main className="prose-sm prose max-w-64 prose-a:text-white prose-h3:text-white prose-h3:font-cal scroll-bar scrollbar-track-w-20 w-full overflow-scroll overflow-x-hidden border-r border-gray-300/20 bg-black/80 p-4 text-white shadow-sm backdrop-blur-lg">
Expand Down

0 comments on commit 527f282

Please sign in to comment.