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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user