mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
fix: correct spacing between sliders (#3225)
This commit is contained in:
@@ -290,7 +290,7 @@ const DiscoverSliderEdit = ({
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
<div className={`p-4 ${!slider.enabled ? 'opacity-50' : ''}`}>
|
||||
<div className={`-mt-6 p-4 ${!slider.enabled ? 'opacity-50' : ''}`}>
|
||||
{children}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user