mirror of
https://github.com/krateng/maloja.git
synced 2025-04-12 07:00:02 +03:00
Design fix
This commit is contained in:
parent
f4a5c2fb3d
commit
738f42d49f
@ -24,7 +24,7 @@
|
||||
</td>
|
||||
{% elif entity is mapping and 'albumtitle' in entity %}
|
||||
<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>
|
||||
{% else %}
|
||||
<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 {
|
||||
color: var(--text-color-secondary);
|
||||
}
|
||||
table.list td.album span.artist_in_albumcolumn {
|
||||
color: var(--text-color-secondary);
|
||||
}
|
||||
|
||||
table.list td.searchProvider {
|
||||
width: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user