mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Fix album list bug on mobile
This commit is contained in:
parent
c8849810db
commit
187f001414
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@
|
|||
[:div
|
||||
[:div.columns.is-multiline.is-mobile
|
||||
(for [[idx album] (map-indexed vector albums)]
|
||||
^{:key idx} [:div.column.is-one-fifth-desktop.is-one-quarter-tablet.is-one-half-mobile
|
||||
^{:key idx} [:div.column.is-one-fifth-desktop.is-one-quarter-tablet.is-half-mobile
|
||||
[preview album]])]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue