mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-01 09:12:33 +03:00
Fix the spacing between the Continut button and the scrolled content
This commit is contained in:
parent
fec7bf64c6
commit
aa04f1c4cc
@ -296,9 +296,7 @@ view theme config attributes model =
|
||||
{-| -}
|
||||
viewContent : List (Html msg) -> Bool -> Html msg
|
||||
viewContent children visibleTitle =
|
||||
div
|
||||
[ css [ Css.paddingBottom (Css.px 20) ]
|
||||
]
|
||||
div []
|
||||
[ viewContent_
|
||||
(Css.px
|
||||
(180
|
||||
@ -401,6 +399,7 @@ viewFooter =
|
||||
, Css.margin4 (Css.px 20) Css.zero Css.zero Css.zero
|
||||
, Css.paddingBottom (Css.px 40)
|
||||
, Css.width (Css.pct 100)
|
||||
, Css.backgroundColor Colors.glacier
|
||||
]
|
||||
[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user