home page is now available in non dev environments
This commit is contained in:
parent
1ad7012e32
commit
7a19de11f7
6 changed files with 219 additions and 33 deletions
|
@ -1544,6 +1544,18 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
top: 0;
|
||||
padding-top: var(--navbarHeight);
|
||||
|
||||
.artist-feed-card {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 10%;
|
||||
z-index: 1;
|
||||
background: black;
|
||||
width: 80%;
|
||||
height: 96%;
|
||||
overflow: scroll;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.col.madeforyou-col {
|
||||
width: 420px;
|
||||
min-width: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue