Skip to content

Commit

Permalink
Merge pull request #63 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Add otu count
  • Loading branch information
José Luis Pereira authored and GitHub committed May 5, 2023
2 parents 505a72b + 4d92563 commit ce03969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/otus/components/Search/ListResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<VTableHeaderCell
class="w-full flex justify-between box-border items-center"
>
<span>OTU</span>
<span>OTU ({{ list.length }})</span>
<IconArrowRight
class="opacity-50 cursor-pointer w-4 h-4"
@click="emit('close:table')"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/otus/components/Search/OtuSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/>

<div
class="h-screen md:w-96 absolute top-0 bg-base-background z-[2000] overflow-auto ease-in-out duration-300 w-full"
class="h-full md:w-96 absolute top-0 bg-base-background z-[2000] overflow-auto ease-in-out duration-300 w-full"
:class="{
'md:-right-96 -right-full': !isTableVisible,
'right-0': isTableVisible
Expand Down

0 comments on commit ce03969

Please sign in to comment.