mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	add width to logo
This commit is contained in:
		@@ -129,8 +129,8 @@
 | 
			
		||||
		class="w-fit flex flex-row items-center justify-center p-1 bg-background rounded-b-md md:rounded-md pointer-events-auto shadow-md"
 | 
			
		||||
	>
 | 
			
		||||
		<a href="./" target="_blank" class="shrink-0">
 | 
			
		||||
			<Logo class="h-5 mt-0.5 mx-2 md:hidden" iconOnly={true} />
 | 
			
		||||
			<Logo class="h-5 mt-0.5 mx-2 hidden md:block" />
 | 
			
		||||
			<Logo class="h-5 mt-0.5 mx-2 md:hidden" iconOnly={true} width="16" />
 | 
			
		||||
			<Logo class="h-5 mt-0.5 mx-2 hidden md:block" width="96" />
 | 
			
		||||
		</a>
 | 
			
		||||
		<Menubar.Root class="border-none h-fit p-0">
 | 
			
		||||
			<Menubar.Menu>
 | 
			
		||||
 
 | 
			
		||||
@@ -11,8 +11,8 @@
 | 
			
		||||
<nav class="w-full sticky top-0 bg-background z-50">
 | 
			
		||||
	<div class="mx-6 py-2 flex flex-row items-center border-b gap-4 sm:gap-8">
 | 
			
		||||
		<a href={getURLForLanguage($locale, '/')} class="shrink-0 translate-y-0.5">
 | 
			
		||||
			<Logo class="h-8 sm:hidden" iconOnly={true} />
 | 
			
		||||
			<Logo class="h-8 hidden sm:block" />
 | 
			
		||||
			<Logo class="h-8 sm:hidden" iconOnly={true} width="26" />
 | 
			
		||||
			<Logo class="h-8 hidden sm:block" width="153" />
 | 
			
		||||
		</a>
 | 
			
		||||
		<Button variant="link" class="text-base px-0" href={getURLForLanguage($locale, '/')}>
 | 
			
		||||
			<Home size="18" class="mr-1.5" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user