mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 08:20:58 +00:00 
			
		
		
		
	Fix some quicklaunch size quirks
This commit is contained in:
		
							parent
							
								
									61ae891a1e
								
							
						
					
					
						commit
						e652d8faa4
					
				@ -235,7 +235,7 @@ export default function QuickLaunch({
 | 
			
		||||
      <div className="fixed inset-0 bg-gray-500 bg-opacity-50" />
 | 
			
		||||
      <div className="fixed inset-0 z-20 overflow-y-auto">
 | 
			
		||||
        <div className="flex min-h-full min-w-full items-start justify-center text-center">
 | 
			
		||||
          <dialog className="mt-[10%] min-w-[80%] max-w-[90%] md:min-w-[40%] rounded-md p-0 block font-medium text-theme-700 dark:text-theme-200 dark:hover:text-theme-300 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-50 dark:bg-theme-800">
 | 
			
		||||
          <dialog className="mt-[10%] min-w-[90%] max-w-[90%] md:min-w-[40%] md:max-w-[40%] rounded-md p-0 block font-medium text-theme-700 dark:text-theme-200 dark:hover:text-theme-300 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-50 dark:bg-theme-800">
 | 
			
		||||
            <input
 | 
			
		||||
              placeholder="Search"
 | 
			
		||||
              className={classNames(
 | 
			
		||||
 | 
			
		||||
@ -46,6 +46,10 @@ body {
 | 
			
		||||
  width: 0.75em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dialog ::-webkit-scrollbar {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
::-webkit-scrollbar-track {
 | 
			
		||||
  background-color: var(--scrollbar-track);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user