mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Make "similar artists" links bigger and lighter
This commit is contained in:
parent
fa9ae5b908
commit
c3d97e3235
2 changed files with 848 additions and 2 deletions
846
build-report.html
Normal file
846
build-report.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -32,9 +32,9 @@
|
|||
(defn similar-artists
|
||||
"Given an artist-info response will return a list of similar artists"
|
||||
[{similar-artists :similarArtist}]
|
||||
[:div.tags.similar-artists
|
||||
[:div.tags.are-medium.similar-artists
|
||||
(for [{:keys [id name]} similar-artists]
|
||||
^{:key id} [:a.tag.is-link {:href (routes/url-for ::routes/artist.detail {:id id})} name])])
|
||||
^{:key id} [:a.tag.is-link.is-light {:href (routes/url-for ::routes/artist.detail {:id id})} name])])
|
||||
|
||||
(defn detail
|
||||
"Creates a nice artist page displaying the artist's name, bio (if available and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue