mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
implement favoriting artists
This commit is contained in:
committed by
Mungai Njoroge
parent
f7a054d569
commit
a0cf95024c
@@ -70,6 +70,8 @@ onUpdated(() => {
|
||||
padding-right: $smaller;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
overflow: scroll;
|
||||
scrollbar-width: none;
|
||||
|
||||
.icon {
|
||||
height: 2rem;
|
||||
@@ -82,9 +84,6 @@ onUpdated(() => {
|
||||
.paths {
|
||||
display: flex;
|
||||
gap: $smaller;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -100,10 +99,11 @@ onUpdated(() => {
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "/";
|
||||
content: "∕";
|
||||
font-size: small;
|
||||
margin-right: $smaller;
|
||||
opacity: 0.25;
|
||||
color: $gray;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
||||
Reference in New Issue
Block a user