Skip to content

Commit

Permalink
fix manual time entry button responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed May 2, 2024
1 parent a3dc8c6 commit 98f6e8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/js/Pages/Time.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ const showManualTimeEntryModal = ref(false);
<MainContainer
class="pt-5 sm:pt-8 pb-4 sm:pb-6 border-b border-default-background-separator">
<div
class="flex items-end divide-x divide-default-background-separator space-x-2">
class="sm:flex items-end sm:divide-x divide-default-background-separator divide-y sm:divide-y-0 space-y-2 sm:space-y-0 sm:space-x-2">
<div class="flex-1">
<TimeTracker></TimeTracker>
</div>
<div class="pb-2 pl-4 flex justify-center">
<div class="pb-2 pt-2 sm:pt-0 sm:pl-4 flex justify-center">
<SecondaryButton
class="w-full text-center flex justify-center"
@click="showManualTimeEntryModal = true"
:icon="PlusIcon"
>Manual time entry</SecondaryButton
Expand Down

0 comments on commit 98f6e8c

Please sign in to comment.