mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 20:42:03 +02:00
feat(frontend): design updates for responsive titlecards
This commit is contained in:
@@ -15,10 +15,7 @@ const Slider: React.FC<SliderProps> = ({
|
||||
isEmpty,
|
||||
}) => {
|
||||
return (
|
||||
<div
|
||||
className="overflow-x-scroll whitespace-no-wrap hide-scrollbar scrolling-touch overscroll-x-contain -ml-4 -mr-4"
|
||||
style={{ height: 295 }}
|
||||
>
|
||||
<div className="overflow-x-scroll whitespace-no-wrap hide-scrollbar scrolling-touch overscroll-x-contain -ml-4 -mr-4">
|
||||
{items?.map((item, index) => (
|
||||
<div
|
||||
key={`${sliderKey}-${index}`}
|
||||
|
Reference in New Issue
Block a user