Skip to content

Commit

Permalink
chore: fixes formatting and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldknott committed Feb 12, 2025
1 parent f2f98c7 commit e24acd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend_svelte/src/routes/(layout)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<span class="icon-[tabler--x] hidden size-4 dropdown-open:block"></span>
</button>
<ul
class="dropdown-menu hidden bg-base-200 shadow-md shadow-outline text-base dropdown-open:opacity-100"
class="dropdown-menu hidden bg-base-200 text-base shadow-md shadow-outline dropdown-open:opacity-100"
aria-labelledby="default-navbar-dropdown"
>
<li class="dropdown-item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
class="collapse hidden grow basis-full overflow-hidden transition-[height] duration-300 w-full md:flex md:items-center"
> -->
<ul
class="dropdown-menu hidden bg-base-200 shadow-md shadow-outline text-base dropdown-open:opacity-100"
class="dropdown-menu hidden bg-base-200 text-base shadow-md shadow-outline dropdown-open:opacity-100"
aria-labelledby="default-navbar-dropdown"
>
<li class="dropdown-item">
Expand Down

0 comments on commit e24acd0

Please sign in to comment.