mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add "add to favorite" buttons to artist and album page headers
+ fix album page play buttton
This commit is contained in:
committed by
Mungai Njoroge
parent
4476a8ebe0
commit
f7a054d569
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user