Simplify sonarr / radarr queues, better handle some errors

This commit is contained in:
shamoon 2023-06-05 22:21:26 -07:00
parent 5b3d1cc6e0
commit dd4ee44302
8 changed files with 64 additions and 116 deletions

View file

@ -29,9 +29,6 @@ module.exports = {
'3xl': '1800px',
// => @media (min-width: 1800px) { ... }
},
transitionProperty: {
'height': 'height'
},
},
},
plugins: [tailwindForms, tailwindScrollbars],