mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +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
|
||||||
[:div.columns.is-multiline.is-mobile
|
[:div.columns.is-multiline.is-mobile
|
||||||
(for [[idx album] (map-indexed vector albums)]
|
(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]])]])
|
[preview album]])]])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue