mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web): small gap in navbar (#2175)
This commit is contained in:
		@@ -38,12 +38,9 @@
 | 
			
		||||
	};
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<section
 | 
			
		||||
	id="dashboard-navbar"
 | 
			
		||||
	class="fixed h-[4.25rem] w-screen z-[900] bg-immich-bg dark:bg-immich-dark-bg text-sm"
 | 
			
		||||
>
 | 
			
		||||
<section id="dashboard-navbar" class="fixed h-[4.25rem] w-screen z-[900] text-sm">
 | 
			
		||||
	<div
 | 
			
		||||
		class="grid grid-cols-[250px_auto] border-b dark:border-b-immich-dark-gray items-center py-2"
 | 
			
		||||
		class="grid grid-cols-[250px_auto] border-b dark:border-b-immich-dark-gray items-center py-2 bg-immich-bg dark:bg-immich-dark-bg"
 | 
			
		||||
	>
 | 
			
		||||
		<a
 | 
			
		||||
			data-sveltekit-preload-data="hover"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user