Skip to content

Commit

Permalink
style: edit tab index and remove gap between timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAiKay committed Sep 16, 2024
1 parent 755955d commit 90fa7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
</div>
</div>
{#each month.days as day}
<div
class="{compareDate(selectedDate, day.date) ? 'sticky bottom-0 top-0' : ''} flex h-full"
>
<div class="{compareDate(selectedDate, day.date) ? 'sticky bottom-0 top-0' : ''} flex">
<div class="flex w-[65px] flex-none flex-col">
<TimeItem {day} {selectedDate} {max} {handleSelectDate} align="vertical" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/assemblies/[id]/changes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<div
class="sticky {showSideNav
? 'top-12'
: 'top-0'} z-50 flex flex-row-reverse flex-wrap justify-between gap-4 bg-ui-01 px-[16px] pt-4 md:px-[64px]"
: 'top-0'} z-10 flex flex-row-reverse flex-wrap justify-between gap-4 bg-ui-01 px-[16px] pt-4 md:px-[64px]"
bind:this={stickyElement}
>
<div class="flex flex-col md:flex-row md:items-center md:gap-2">
Expand Down

0 comments on commit 90fa7f7

Please sign in to comment.