Added padding on right side only

This commit is contained in:
Alex Kim
2024-12-09 04:07:56 +11:00
parent f842c8a41f
commit 828edad749

View File

@@ -197,7 +197,7 @@ export const EpisodeList: React.FC<Props> = ({ item, close }) => {
style={{
justifyContent: "space-between",
}}
className={`flex flex-row items-center space-x-2 z-10 p-4`}
className={`flex flex-row items-center space-x-2 z-10 py-4 pr-4`}
>
{seriesItem && (
<SeasonDropdown