feat(frontend): add external links to movie and tv detail pages

This commit is contained in:
sct
2020-12-19 02:46:32 +09:00
parent 8408e19568
commit a0024a0cbe
7 changed files with 79 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
borderWidth: ['first', 'last'],
margin: ['first', 'last', 'responsive'],
boxShadow: ['group-focus'],
opacity: ['disabled'],
opacity: ['disabled', 'hover'],
},
plugins: [
require('@tailwindcss/forms'),