added a favorites section to home, added kind property to horizontal scroller
This commit is contained in:
parent
3c17e15b08
commit
7e7119d592
3 changed files with 26 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue