mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
build: lets try tailwind jit again
This commit is contained in:
@@ -88,10 +88,10 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
onCancel={closeModal}
|
||||
/>
|
||||
<div
|
||||
className={`transition duration-300 transform-gpu scale-100 outline-none cursor-default relative bg-gray-800 bg-cover rounded-xl ring-1 overflow-hidden ${
|
||||
className={`transition duration-300 transform-gpu outline-none cursor-default relative bg-gray-800 bg-cover rounded-xl ring-1 overflow-hidden ${
|
||||
showDetail
|
||||
? 'scale-105 shadow-lg ring-gray-500'
|
||||
: 'shadow ring-gray-700'
|
||||
: 'scale-100 shadow ring-gray-700'
|
||||
}`}
|
||||
style={{
|
||||
paddingBottom: '150%',
|
||||
|
||||
Reference in New Issue
Block a user