mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(ui): add movie/series genre list pages (#1194)
This commit is contained in:
@@ -81,12 +81,13 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
onCancel={closeModal}
|
||||
/>
|
||||
<div
|
||||
className={`transition duration-300 transform-gpu scale-100 outline-none cursor-default titleCard rounded-xl ring-1 ${
|
||||
className={`transition duration-300 transform-gpu scale-100 outline-none cursor-default relative bg-gray-800 bg-cover rounded-xl ring-1 ${
|
||||
showDetail
|
||||
? 'scale-105 shadow-lg ring-gray-500'
|
||||
: 'shadow ring-gray-700'
|
||||
}`}
|
||||
style={{
|
||||
paddingBottom: '150%',
|
||||
backgroundImage: image
|
||||
? `url(//image.tmdb.org/t/p/w300_and_h450_face${image})`
|
||||
: `url('/images/overseerr_poster_not_found_logo_top.png')`,
|
||||
|
Reference in New Issue
Block a user