feat: adds streaming services custom slider (#3361)

* feat: adding streaming services as a slider is now an option

* fix: truncated slider titles on mobile
This commit is contained in:
Brandon Cohen
2023-02-27 23:36:28 -05:00
committed by GitHub
parent 04980f93ab
commit 2520d8f739
8 changed files with 123 additions and 11 deletions

View File

@@ -73,6 +73,10 @@
grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
}
.provider-icons {
grid-template-columns: repeat(auto-fill, minmax(3.5rem, 1fr));
}
.slider-header {
@apply relative mt-6 mb-4 flex;
}