Skip to content

Commit

Permalink
Merge pull request #9 from upperdo/feature/StorageService
Browse files Browse the repository at this point in the history
fix: Fixed issue hidding admin panel in xs screen
  • Loading branch information
acidlake committed Oct 25, 2023
2 parents 501b9ea + d46f41f commit 1b30084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(backoffice)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<title>Dashboard</title>
</svelte:head>
{#if $AccountStore}
<div class="hidden flex-col md:flex">
<div class="flex flex-col">
<div class="border-b">
<div class="flex h-16 items-center px-4">
<DashboardMainNav class="mx-6" />
Expand Down

0 comments on commit 1b30084

Please sign in to comment.