Tweak styles
Add spacing to help the app breathe.
This commit is contained in:
parent
767fed75c3
commit
2290aac2a8
1 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ render { today, visibleDayOfWeek, completed, includeMorning, includeEvening } =
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
, if todaysWeekday == visibleWeekday then
|
, if todaysWeekday == visibleWeekday then
|
||||||
p [ class "text-center" ]
|
p [ class "text-center pt-1 pb-4" ]
|
||||||
[ let
|
[ let
|
||||||
t : Int
|
t : Int
|
||||||
t =
|
t =
|
||||||
|
@ -348,7 +348,7 @@ render { today, visibleDayOfWeek, completed, includeMorning, includeEvening } =
|
||||||
State.ClearAll
|
State.ClearAll
|
||||||
)
|
)
|
||||||
, Utils.class
|
, Utils.class
|
||||||
[ Always "ml-10"
|
[ Always "ml-10 px-3"
|
||||||
, If (Set.size completed == 0)
|
, If (Set.size completed == 0)
|
||||||
"text-gray-500 cursor-not-allowed"
|
"text-gray-500 cursor-not-allowed"
|
||||||
"text-red-500 underline cursor-pointer"
|
"text-red-500 underline cursor-pointer"
|
||||||
|
|
Loading…
Reference in a new issue