Tweak styles

Add spacing to help the app breathe.
This commit is contained in:
William Carroll 2020-10-11 16:47:31 +01:00
parent 767fed75c3
commit 2290aac2a8

View file

@ -316,7 +316,7 @@ render { today, visibleDayOfWeek, completed, includeMorning, includeEvening } =
]
]
, if todaysWeekday == visibleWeekday then
p [ class "text-center" ]
p [ class "text-center pt-1 pb-4" ]
[ let
t : Int
t =
@ -348,7 +348,7 @@ render { today, visibleDayOfWeek, completed, includeMorning, includeEvening } =
State.ClearAll
)
, Utils.class
[ Always "ml-10"
[ Always "ml-10 px-3"
, If (Set.size completed == 0)
"text-gray-500 cursor-not-allowed"
"text-red-500 underline cursor-pointer"