UPD: Layout changes (profiles)

This commit is contained in:
Robert Kossessa
2024-02-04 12:35:32 +01:00
parent 0ff6c41804
commit 6df148664e
5 changed files with 84 additions and 55 deletions

View File

@@ -3,7 +3,8 @@
<div
class="bg-contain bg-top bg-no-repeat h-full w-full relative"
:style="{backgroundImage: `linear-gradient(to bottom, black, rgba(0,0,0,0.2) 12%, rgba(0,0,0,0.3) 95%, black), url(${RenderNano})`}">
<div class="px-4 h-12 flex justify-center items-center">
<div v-if="false" class="px-4 h-12 flex justify-center items-center">
<!-- TODO: Remove later if not needed -->
<div v-if="store.selectedProfile" class="font-mono text-sm">
<span class="text-muted-foreground">Profile: </span>
<ScrambleText :text="store.selectedProfile.name" />