pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

make chevron margin smaller

+4 -4
+4 -4
src/utils/discoverContent.tsx
··· 1011 1011 {/* Render Movies */} 1012 1012 {selectedCategory === "movies" && ( 1013 1013 <> 1014 - <div className="flex justify-center overflow-x-auto"> 1014 + <div className="flex justify-center overflow-x-auto -mx-6"> 1015 1015 {isMobile && ( 1016 1016 <div className=""> 1017 1017 {renderScrollButton("providers", "left")} ··· 1035 1035 </div> 1036 1036 )} 1037 1037 </div> 1038 - <div className="flex mb-4 overflow-x-auto"> 1038 + <div className="flex mb-4 overflow-x-auto -mx-6"> 1039 1039 <div className="">{renderScrollButton("movies", "left")}</div> 1040 1040 <div 1041 1041 id="button-carousel-movies" ··· 1058 1058 {/* Render Shows */} 1059 1059 {selectedCategory === "tvshows" && ( 1060 1060 <> 1061 - <div className="flex justify-center overflow-x-auto"> 1061 + <div className="flex justify-center overflow-x-auto -mx-6"> 1062 1062 {isMobile && ( 1063 1063 <div className=""> 1064 1064 {renderScrollButton("tv-providers", "left")} ··· 1082 1082 </div> 1083 1083 )} 1084 1084 </div> 1085 - <div className="flex mb-4 overflow-x-auto"> 1085 + <div className="flex mb-4 overflow-x-auto -mx-6"> 1086 1086 <div className="">{renderScrollButton("tvshows", "left")}</div> 1087 1087 <div 1088 1088 id="button-carousel-tvshows"