add "add to favorite" buttons to artist and album page headers

+ fix album page play buttton
This commit is contained in:
geoffrey45
2022-12-27 18:55:35 +03:00
committed by Mungai Njoroge
parent 4476a8ebe0
commit f7a054d569
9 changed files with 63 additions and 23 deletions
+10 -3
View File
@@ -15,6 +15,15 @@
max-width: 100%;
}
.ellip2 {
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.heading {
font-size: 2rem;
font-weight: bold;
@@ -99,8 +108,6 @@ button {
width: 2.5rem;
}
// POSITION
.abs {
@@ -134,4 +141,4 @@ button {
.no-select {
user-select: none;
}
}