Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
💄 Remove the rounded border from the nav if it isn't floating
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Oct 31, 2023
1 parent ce9bfa3 commit d608214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/navbar/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
bind:clientHeight={height}
>
<nav
class="bg-light-background dark:bg-dark-background bg-opacity-50 dark:bg-opacity-50 backdrop-blur-lg sm:backdrop-blur-3xl w-full px-3 py-2 sm:px-8 rounded-lg flex justify-between items-center gap-4 shadow-nav sm:shadow-none"
class="bg-light-background dark:bg-dark-background bg-opacity-50 dark:bg-opacity-50 backdrop-blur-lg sm:backdrop-blur-3xl w-full px-3 py-2 sm:px-8 rounded-lg sm:rounded-none flex justify-between items-center gap-4 shadow-nav sm:shadow-none"
>
<div class="h-12 hidden sm:inline-block">
{#if isSpecialDate('helloween')}
Expand Down

0 comments on commit d608214

Please sign in to comment.