UPD: DevicePreview styling
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="aspect-[800/1100]">
|
||||
<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) 10%, rgba(0,0,0,0.2) 95%, black), url(${RenderNano})`}">
|
||||
: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="store.selectedProfile" class="font-mono text-sm">
|
||||
<span class="text-muted-foreground">Profile: </span>
|
||||
|
||||
Reference in New Issue
Block a user