mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix scrollers when items don't fill up the row
This commit is contained in:
parent
b5e9ff3b4e
commit
5e15884d8f
4 changed files with 73 additions and 15 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue