Borring horiziontal scroll
justwatch.com Multiline - 22/09/2023 22:22:03 by jaxx
Details
Authorjaxx
LicenseNo License
Categoryjustwatch.com
Created
Updated
Size434 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name justwatch.com - 22/09/2023 22:22:03
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("justwatch.com") {
/* Insérer le code ici... */
.hidden-horizontal-scrollbar__items {
display: flex;
flex-wrap: wrap;
}
.horizontal-title-list__item {
margin: 8px 15px !important;
}
}