Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
change pv gap from gap-2 to gap-x-2
  • Loading branch information
Jonchao committed Mar 21, 2024
1 parent d6428b3 commit ab08ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/animeDetails/detailsPanel/DetailsPanelTop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default function DetailsPanelTop({
className={
isMobileDevice || !isXs
? "flex overflow-x-auto touch-pan gap-2 -pr-3 overflow-hidden scrollbar-hide "
: "flex flex-wrap gap-2"
: "flex flex-wrap gap-x-2"
}
>
{PV.map((video, index) => (
Expand Down

0 comments on commit ab08ca3

Please sign in to comment.