Skip to content

Commit

Permalink
ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 29, 2023
1 parent 67b5f9d commit 930b981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MyApp/Components/Shared/Header.razor
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</AuthorizeView>

<li class="relative flex flex-wrap just-fu-start m-0">
<div data-component="DarkModeToggle"></div>
<div data-component="DarkModeToggle" class="w-12"></div>
</li>

</ul>
Expand Down
2 changes: 1 addition & 1 deletion MyApp/wwwroot/mjs/components/ShellCommand.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
<div class="flex ml-2 w-full justify-between cursor-pointer" @click="copy">
<div>
<span>$ </span>
<label class="">
<label class="cursor-pointer">
<slot>{{text}}</slot>
</label>
</div>
Expand Down

0 comments on commit 930b981

Please sign in to comment.