File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -107,29 +107,30 @@ watchEffect(() => {
107
107
</div >
108
108
</template >
109
109
<template #end >
110
- <div class =" hidden lg:flex items-center ms-6" >
111
- <ToggleThemeButton
112
- text
113
- severity =" secondary"
114
- rounded
115
- :pt =" {
116
- icon: {
117
- class: 'text-muted-color',
118
- },
119
- }"
120
- />
110
+ <div
111
+ class =" hidden lg:flex items-center ms-6 space-x-3"
112
+ >
113
+ <div >
114
+ <ToggleThemeButton
115
+ text
116
+ severity =" secondary"
117
+ rounded
118
+ :pt =" {
119
+ icon: {
120
+ class: 'text-muted-color',
121
+ },
122
+ }"
123
+ />
124
+ </div >
121
125
<!-- User Dropdown Menu -->
122
- <div class =" ms-3 flex flex-col" >
126
+ <div class =" flex flex-col" >
123
127
<Button
124
128
id =" user-menu-btn"
125
129
text
126
- size =" small"
127
130
severity =" secondary"
128
131
@click =" toggleUserMenu($event)"
129
132
>
130
- <span
131
- class =" text-base text-muted-color"
132
- >
133
+ <span class =" text-muted-color" >
133
134
{{ $page.props.auth.user.name }}
134
135
</span >
135
136
<i
You can’t perform that action at this time.
0 commit comments