We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2ce93 commit 39b351bCopy full SHA for 39b351b
1 file changed
stylustheme.css
@@ -3812,6 +3812,7 @@
3812
/* 001 : User Home */
3813
/* Modify width of home page */
3814
/* start problematic code */
3815
+
3816
:root { --items-per-row: ; }
3817
div.game-card-text-pill {
3818
display: none !important;
@@ -4068,7 +4069,8 @@
4068
4069
padding-top: 3px;
4070
overflow-x: visible;
4071
} /* overflow visible so shadow is not cut on the collections carousel */
- div.profile-currently-wearing > div > div > div > div {
4072
+ div.profile-currently-wearing > div > div > div > div,
4073
+ #HomeContainer > div.place-list-container > div > div > div:nth-child(3) > div.horizontal-scroller.games-list.home-page-games-list.dynamic-layout-sizing {
4074
overflow-x: hidden;
4075
} /* ensure currently wearing hides overflow, to negate the top rule */
4076
0 commit comments