mirror of
https://github.com/krateng/maloja.git
synced 2025-06-03 05:34:19 -04:00
Design fix
This commit is contained in:
parent
f4a5c2fb3d
commit
738f42d49f
@ -24,7 +24,7 @@
|
|||||||
</td>
|
</td>
|
||||||
{% elif entity is mapping and 'albumtitle' in entity %}
|
{% elif entity is mapping and 'albumtitle' in entity %}
|
||||||
<td class='album'>
|
<td class='album'>
|
||||||
<span class='artist_in_trackcolumn'>{{ links.links(entity.artists) }}</span> – {{ links.link(entity) }}
|
<span class='artist_in_albumcolumn'>{{ links.links(entity.artists) }}</span> – {{ links.link(entity) }}
|
||||||
</td>
|
</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td class='artist'>{{ links.link(entity) }}
|
<td class='artist'>{{ links.link(entity) }}
|
||||||
|
@ -783,6 +783,9 @@ table.list td.artists,td.artist,td.title,td.track {
|
|||||||
table.list td.track span.artist_in_trackcolumn {
|
table.list td.track span.artist_in_trackcolumn {
|
||||||
color: var(--text-color-secondary);
|
color: var(--text-color-secondary);
|
||||||
}
|
}
|
||||||
|
table.list td.album span.artist_in_albumcolumn {
|
||||||
|
color: var(--text-color-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
table.list td.searchProvider {
|
table.list td.searchProvider {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user