Skip to content

Commit 9e2b046

Browse files
authored
Merge pull request #648 from devforth/feature/AdminForth/1693/rounded-default-here-too-i-thi
fix: add custom style for easily find settings block
2 parents 05c642a + 5328748 commit 9e2b046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</button>
5656
</div>
5757
<Teleport to="body">
58-
<div class="z-50 hidden my-4 text-base list-none bg-lightUserMenuBackground divide-y divide-lightUserMenuBorder text-lightUserMenuText rounded-default shadow dark:shadow-black dark:bg-darkUserMenuBackground dark:divide-darkUserMenuBorder text-darkUserMenuText dark:shadow-black" id="dropdown-user">
58+
<div class="af-settings-popup z-50 hidden my-4 text-base list-none bg-lightUserMenuBackground divide-y divide-lightUserMenuBorder text-lightUserMenuText rounded-default shadow dark:shadow-black dark:bg-darkUserMenuBackground dark:divide-darkUserMenuBorder text-darkUserMenuText dark:shadow-black" id="dropdown-user">
5959
<div class="px-4 py-3" role="none">
6060
<p class="text-sm text-gray-900 dark:text-darkNavbarText" role="none" v-if="coreStore.userFullname">
6161
{{ coreStore.userFullname }}

0 commit comments

Comments
 (0)