related tags: remove artist urls; move artist tag to translated tags.

* Remove artist URLs from related tags.
* Move the artist tag to the top of the translated tags list.
This commit is contained in:
evazion
2021-02-16 07:23:45 -06:00
parent 19aea560db
commit 1fa049a18e
2 changed files with 5 additions and 33 deletions

View File

@@ -14,10 +14,6 @@ div.related-tags {
div.tag-column {
max-width: 15em;
&.wide-column {
max-width: 45em;
}
a.selected {
background: var(--selected-related-tag-background-color);
color: var(--selected-related-tag-color);