fix: display albums and artists on the search page, and also few css fixes
This commit is contained in:
@ -47,13 +47,13 @@
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
#about {
|
||||
#description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
#about p {
|
||||
#description p {
|
||||
font-size: 1.4rem;
|
||||
color: #171717;
|
||||
line-height: 1.8rem;
|
||||
@ -121,7 +121,7 @@
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.dark #about p,
|
||||
.dark #description p,
|
||||
.dark #credits summary {
|
||||
color: #ccc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user