We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f76b4e commit c396421Copy full SHA for c396421
src/components/material/Drawer.tsx
@@ -44,7 +44,7 @@ const AppHeader: VoidComponent = () => {
44
trailing={
45
<div class="flex items-center gap-2 mr-4">
46
<Suspense fallback={<div class="h-[32px] w-[180px] rounded-md skeleton-loader" />}>
47
- <span class="text-label-sm truncate w-36 text-right">{profile()?.user_id}</span>
+ <span class="text-label-sm truncate w-[30vw] text-right">{profile()?.user_id}</span>
48
<IconButton href={USERADMIN_URL} name={!profile() ? 'person_off' : 'person'} filled target="_blank" />
49
<IconButton href="/logout" name="logout" />
50
</Suspense>
0 commit comments