Merge pull request #436 from zobe123/dev

Web Apps
This commit is contained in:
JonnyWong16 2016-01-13 00:12:12 -08:00
commit 16a09407e4
41 changed files with 158 additions and 8 deletions

View file

@ -1725,6 +1725,7 @@ a:hover .item-children-poster {
padding-left: 80px;
width: 100%;
height: 120px;
overflow: hidden;
}
.home-platforms-instance-name {
color: #fff;
@ -2468,7 +2469,8 @@ a .home-platforms-instance-list-oval:hover,
bottom: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {