mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(frontend): design updates for responsive titlecards
This commit is contained in:
@@ -83,12 +83,7 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
width: 180,
|
||||
height: 270,
|
||||
}}
|
||||
>
|
||||
<div className="w-36 sm:w-36 md:w-44">
|
||||
<MovieRequestModal
|
||||
type="request"
|
||||
visible={showRequestModal}
|
||||
|
Reference in New Issue
Block a user