added a favorites section to home, added kind property to horizontal scroller

This commit is contained in:
booploops 2021-12-28 04:53:26 -08:00
parent 3c17e15b08
commit 7e7119d592
3 changed files with 26 additions and 3 deletions

View file

@ -2306,6 +2306,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
&:hover::-webkit-scrollbar-thumb {
box-shadow: inset 0px 0px 10px 10px rgb(200 200 200 / 50%);
}
&.small {
overflow-x: overlay;
height: 210px;
}
}
/* mediaitem-list-item */