about summary refs log tree commit diff
path: root/scratch
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-10-11T15·47+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-10-11T15·47+0100
commit2290aac2a8a73ad14b0443bf35d4f158363a1f82 (patch)
tree2b5bd82a865c3544fd8caa74ca40df99bec1262e /scratch
parent767fed75c3a6714fe990f4bf906525260e75e68a (diff)
Tweak styles
Add spacing to help the app breathe.
Diffstat (limited to 'scratch')
-rw-r--r--scratch/habit-screens/client/src/Habits.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scratch/habit-screens/client/src/Habits.elm b/scratch/habit-screens/client/src/Habits.elm
index 6e8347187769..c1959e818c36 100644
--- a/scratch/habit-screens/client/src/Habits.elm
+++ b/scratch/habit-screens/client/src/Habits.elm
@@ -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"