multiroom

This commit is contained in:
vapormusic 2022-05-20 22:11:53 +07:00
parent b5e68114eb
commit 90c37ebc98
6 changed files with 104 additions and 4 deletions

View file

@ -1637,4 +1637,29 @@
background: transparent;
border : 0px;
}
}
.content-inner.cider-multiroom{
padding: 0px;
.detail{
padding: 32px;
}
.header-desc{
font-size: 1em;
font-weight: 400;
}
.artworkContainer{
height: 300px;
width : 100%;
img{
height: 100%;
width: 100%;
overflow: hidden;
object-fit: cover;
filter: unset;
&:last-child{
transform: unset;
}
}
}
}