fix(Playroom): update background overlay for improved visibility
This commit is contained in:
		
							parent
							
								
									b60f84f36d
								
							
						
					
					
						commit
						35cb800d64
					
				| 
						 | 
				
			
			@ -309,7 +309,7 @@ watch(() => playQueueStore.currentIndex, () => {
 | 
			
		|||
	<!-- Background remains unchanged -->
 | 
			
		||||
	<div class="z-0 absolute top-0 left-0 w-screen h-screen overflow-hidden" v-if="getCurrentTrack().album?.coverDeUrl">
 | 
			
		||||
		<img class="w-full h-full blur-2xl object-cover scale-110" :src="getCurrentTrack().album?.coverDeUrl" />
 | 
			
		||||
		<div class="bg-transparent w-full h-full absolute top-0 left-0" />
 | 
			
		||||
		<div class="w-full h-full absolute top-0 left-0 bg-neutral-900/5" />
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<!-- Main content area - new centered flex layout -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user