FIX: Thumbnails in VodsDashboard

This commit is contained in:
EvanLin3141
2025-03-05 16:32:12 +00:00
parent 741a6f605b
commit 5c0e4a006f
2 changed files with 36 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ const Vods: React.FC = () => {
<div className="mt-[3em] w-screen flex justify-center">
<div
id="vods-container"
className="w-[96vw] bg-slate-50/35 rounded-lg p-4 overflow-x-auto whitespace-nowrap scrollbar-hide"
className="w-[96vw] bg-slate-50/35 rounded-lg p-4 overflow-x-auto whitespace-nowrap scrollbar-hide pb-7"
>
<h1 className="text-2xl font-bold text-center mb-4">{username}'s VODs</h1>