mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): fix request card placeholder sizes for mobile
This commit is contained in:
@@ -20,8 +20,8 @@ const isMovie = (movie: MovieDetails | TvDetails): movie is MovieDetails => {
|
|||||||
|
|
||||||
const RequestCardPlaceholder: React.FC = () => {
|
const RequestCardPlaceholder: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<div className="w-96 relative animate-pulse rounded-lg bg-gray-700 p-4">
|
<div className="w-72 sm:w-96 relative animate-pulse rounded-lg bg-gray-700 p-4">
|
||||||
<div className="w-28">
|
<div className="w-20 sm:w-28">
|
||||||
<div className="w-full" style={{ paddingBottom: '150%' }} />
|
<div className="w-full" style={{ paddingBottom: '150%' }} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user