
* - audio hotfixies * refactoring: audio player * Update volume control styles * Artist Data conditional render * Update composeMediaItems title with remove File Extension --------- Co-authored-by: bniwredyc <bniwredyc@gmail.com>
16 lines
190 B
SCSS
16 lines
190 B
SCSS
.rating {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
.ratingValue {
|
|
font-weight: bold;
|
|
padding: 0 4px;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
background-color: #000;
|
|
color: #fff;
|
|
}
|
|
}
|