mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-13 15:52:23 +00:00
Added padding on right side only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user