Fix scrollers when items don't fill up the row

This commit is contained in:
JonnyWong16 2016-02-27 01:00:12 -08:00
commit 5e15884d8f
4 changed files with 73 additions and 15 deletions

View file

@ -2764,7 +2764,9 @@ a.no-highlight:hover {
float: left;
}
.btn-gray.disabled,
.btn-gray.disabled:hover {
.btn-gray.disabled:focus,
.btn-gray.disabled:hover,
.btn-gray.disabled:active {
color: #323232;
cursor: default;
}
@ -2774,6 +2776,5 @@ a.no-highlight:hover {
}
#recently-added-row-scroller,
#recently-watched-row-scroller {
width: 8750px;
position: relative;
}