diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index 4dfe4fb..4380f47 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -2,7 +2,7 @@
+ :style="{backgroundImage: `linear-gradient(to bottom, black, rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.2) 95%, black), url(${RenderNano})`}">
{{ $t('preview.title') }}
diff --git a/src/components/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 0c7090d..6e201e0 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -7,18 +7,10 @@ class="flex-1 flex h-full text-left whitespace-nowrap overflow-hidden" :class="{'bg-zinc-200' : selected}" @submit.prevent="profile.name = nameInput; editing=false"> - - - @@ -37,11 +29,13 @@ 'hover:bg-zinc-900 bg-opacity-50 text-white': !selected}" class="flex-1 h-full text-left whitespace-nowrap overflow-hidden text-ellipsis pr-4" @click="!editing && $emit('select') && $refs.profileTitle.scramble()"> - + + class="mb-0.5 h-4 w-4 inline-block" /> + uID:{{ profile.id }} + :class="{'hidden': hover}"> UID:{{ profile.id }}