mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 20:42:03 +02:00
fix: arrow icons were misplaced on mobile in slider edit (#3260)
This commit is contained in:
@@ -278,7 +278,7 @@ const DiscoverSliderEdit = ({
|
|||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div className="absolute right-4 flex px-2 md:relative md:right-0">
|
<div className="absolute right-14 top-4 flex px-2 md:relative md:top-0 md:right-0">
|
||||||
<button
|
<button
|
||||||
className={'hover:text-white disabled:text-gray-800'}
|
className={'hover:text-white disabled:text-gray-800'}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
@@ -286,7 +286,7 @@ const DiscoverSliderEdit = ({
|
|||||||
}
|
}
|
||||||
disabled={disableUpButton}
|
disabled={disableUpButton}
|
||||||
>
|
>
|
||||||
<ChevronUpIcon className="h-8 w-8 md:h-6 md:w-8" />
|
<ChevronUpIcon className="h-7 w-7 md:h-6 md:w-6" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={'hover:text-white disabled:text-gray-800'}
|
className={'hover:text-white disabled:text-gray-800'}
|
||||||
@@ -295,7 +295,7 @@ const DiscoverSliderEdit = ({
|
|||||||
}
|
}
|
||||||
disabled={disableDownButton}
|
disabled={disableDownButton}
|
||||||
>
|
>
|
||||||
<ChevronDownIcon className="h-8 w-8 md:h-6 md:w-8" />
|
<ChevronDownIcon className="h-7 w-7 md:h-6 md:w-6" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="absolute top-4 right-4 flex-1 text-right md:relative md:top-0 md:right-0">
|
<div className="absolute top-4 right-4 flex-1 text-right md:relative md:top-0 md:right-0">
|
||||||
|
Reference in New Issue
Block a user