Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renaldox committed Apr 13, 2024
1 parent 38d48e8 commit cf3c9db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/lib/components/Appbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
<IconMenu2 />
</button>
<!-- Logo -->
<a class="lg:!ml-0 w-[32px] lg:w-auto overflow-hidden" href="/" title="Go to Homepage">
<a
class="lg:!ml-0 w-[32px] hidden lg:block lg:w-auto overflow-hidden"
href="/"
title="Go to Homepage"
>
<IconHome />
</a>
</div>
Expand All @@ -55,7 +59,7 @@
<LightSwitch />
</div>

<section class="hidden px-5 space-x-1 sm:inline-flex">
<section class="hidden lg:block px-5 space-x-1 sm:inline-flex">
<a
class="btn-icon hover:variant-soft-primary"
href="https://github.com/Samoa-Code-Hub"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div
class:-translate-x-full={!toggleSidebar}
class="w-full md:hidden focus:shadow-outline z-20 variant-filled-surface
class="w-full lg:hidden focus:shadow-outline z-20 variant-filled-surface
space-y-6 mt-16 pt-5 px-2 absolute overflow-hidden
inset-y-0 left-0 transform transition delay-200 duration-700 ease-in-out"
>
Expand Down

0 comments on commit cf3c9db

Please sign in to comment.