mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
fix: unfucked responsiveness on homepage
This commit is contained in:
parent
3731621402
commit
b355e929e8
1 changed files with 7 additions and 16 deletions
|
|
@ -138,22 +138,13 @@ homeContainer device =
|
||||||
homeList : Device -> Element msg
|
homeList : Device -> Element msg
|
||||||
homeList device =
|
homeList device =
|
||||||
column (pageListCenter device)
|
column (pageListCenter device)
|
||||||
[ case device.class of
|
[ deviceLogic
|
||||||
Desktop ->
|
{ desktop = homePage device upRootLarge
|
||||||
homePage device upRootLarge
|
, bigDesktop = homePage device upRootLarge
|
||||||
|
, tablet = homePage device upRootMedium
|
||||||
BigDesktop ->
|
, phone = homePage device upRootSmall
|
||||||
homePage device upRootLarge
|
}
|
||||||
|
device
|
||||||
Tablet ->
|
|
||||||
case device.orientation of
|
|
||||||
_ ->
|
|
||||||
homePage device upRootMedium
|
|
||||||
|
|
||||||
Phone ->
|
|
||||||
case device.orientation of
|
|
||||||
_ ->
|
|
||||||
homePage device upRootSmall
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue