Fix bug
This commit is contained in:
parent
a6d73f094d
commit
53e96eaa48
|
@ -187,7 +187,7 @@ playlistView currentDate time hover playlist =
|
||||||
]
|
]
|
||||||
|
|
||||||
button =
|
button =
|
||||||
Input.button [ Element.width Element.fill ]
|
Input.button [ Element.width Element.fill, Element.alignTop ]
|
||||||
{ label =
|
{ label =
|
||||||
Ui.link [ Element.width Element.fill, Element.alignTop ]
|
Ui.link [ Element.width Element.fill, Element.alignTop ]
|
||||||
{ label = display
|
{ label = display
|
||||||
|
|
Loading…
Reference in New Issue