Skip to content

Commit

Permalink
Merge pull request #90 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Hide sitemap for mobile devices
  • Loading branch information
José Luis Pereira authored and GitHub committed Jun 13, 2023
2 parents 910356f + 5d4de80 commit 808825a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<NavbarMobile />

<div class="relative hidden lg:flex items-center ml-auto">
<div class="relative hidden md:flex items-center ml-auto">
<nav class="text-sm leading-6 font-normal">
<ul class="flex space-x-8">
<li
Expand Down
2 changes: 1 addition & 1 deletion src/modules/otus/components/SiteMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<VButton
primary
class="text-sm flex items-center gap-1"
class="text-sm md:flex items-center gap-1 hidden"
@click="isModalVisible = true"
>
<IconJson class="w-4 h-4" />
Expand Down

0 comments on commit 808825a

Please sign in to comment.