mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	feat(navbar): use correct padding
This commit is contained in:
		@@ -38,7 +38,7 @@ const Navbar = ({ messages }: { messages: Message[] }) => {
 | 
				
			|||||||
  }, []);
 | 
					  }, []);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="fixed z-40 top-0 left-0 right-0 px-4 lg:pl-32 lg:pr-4 lg:px-8 flex flex-row items-center justify-between w-full py-4 text-sm text-white/70 border-b bg-[#0A0A0A] border-[#1C1C1C]">
 | 
					    <div className="fixed z-40 top-0 left-0 right-0 px-4 lg:pl-[104px] lg:pr-6 lg:px-8 flex flex-row items-center justify-between w-full py-4 text-sm text-white/70 border-b bg-[#0A0A0A] border-[#1C1C1C]">
 | 
				
			||||||
      <Edit
 | 
					      <Edit
 | 
				
			||||||
        size={17}
 | 
					        size={17}
 | 
				
			||||||
        className="active:scale-95 transition duration-100 cursor-pointer lg:hidden"
 | 
					        className="active:scale-95 transition duration-100 cursor-pointer lg:hidden"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user