feat: push for isaac

This commit is contained in:
Nick 2024-12-08 17:31:21 -06:00
parent 76e7d5a5fc
commit f3f7df13f5
15 changed files with 293 additions and 145 deletions

View file

@ -5,6 +5,7 @@ import Config.Format as O exposing (..)
import Config.Identity as I exposing (..)
import Effect exposing (Effect)
import Element as E exposing (..)
import Element.Events as Events
import Element.Background as B exposing (..)
import Element.Border as D exposing (..)
import Element.Font as F
@ -180,6 +181,12 @@ desktopNavbar =
, F.color colourTheme.textLightGrey
, F.size 17
, spacing 8
, paddingEach
{ top = 0
, right = 0
, bottom = 0
, left = 10
}
]
(desktopHomeButtonMaker
:: List.map desktopPagesButtonMaker
@ -440,7 +447,7 @@ desktopFooterIcons =
, spacing 20
, paddingEach
{ top = 25
, bottom = 10
, bottom = 25
, left = 0
, right = 0
}
@ -507,7 +514,7 @@ footerImageMaker :
-> Element msg
footerImageMaker config =
column [ centerX ]
[ link []
[ newTabLink []
{ url = config.url
, label =
row []