mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 21:58:39 -05:00
New Titlecard Design - Desktop (#81)
* feat(frontend): title card desktop redesign * refactor(frontend): title card desktop - update status prop * fix(frontend): update props in search for titlecard
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react';
|
||||
const Placeholder: React.FC = () => {
|
||||
return (
|
||||
<div
|
||||
style={{ width: 250, height: 375 }}
|
||||
style={{ width: 180, height: 270 }}
|
||||
className="animate-pulse rounded-lg bg-cool-gray-700"
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user