Made code more maintainerable

This commit is contained in:
Lucas Payr 2021-06-10 05:32:33 +02:00
parent c3144c1d1c
commit 7f42209990
5 changed files with 53763 additions and 52873 deletions

File diff suppressed because it is too large Load Diff

26876
docs/3.0.0/main.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

26876
docs/main.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -282,7 +282,7 @@ layoutView palette _ view =
, view.body |> Element.el [ Element.width Element.fill ] |> Widget.asItem
]
|> Widget.itemList (Material.cardColumn palette)
|> Element.el [ Element.height Element.shrink ]
|> Element.el [ Element.height Element.shrink, Element.width Element.fill ]
Nothing ->
view.body