mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	chore(web): small font size improvement (#5190)
This commit is contained in:
		
							parent
							
								
									cb32b5cd7b
								
							
						
					
					
						commit
						94c8fe1098
					
				@ -118,7 +118,7 @@
 | 
				
			|||||||
        transition:fly={{ y: 25, duration: 250 }}
 | 
					        transition:fly={{ y: 25, duration: 250 }}
 | 
				
			||||||
        class="absolute w-full rounded-b-3xl border border-gray-200 bg-white pb-5 shadow-2xl transition-all dark:border-gray-800 dark:bg-immich-dark-gray dark:text-gray-300"
 | 
					        class="absolute w-full rounded-b-3xl border border-gray-200 bg-white pb-5 shadow-2xl transition-all dark:border-gray-800 dark:bg-immich-dark-gray dark:text-gray-300"
 | 
				
			||||||
      >
 | 
					      >
 | 
				
			||||||
        <div class="flex px-5 pt-5 text-left text-xs">
 | 
					        <div class="flex px-5 pt-5 text-left text-sm">
 | 
				
			||||||
          <p>
 | 
					          <p>
 | 
				
			||||||
            Smart search is enabled by default, to search for metadata use the syntax <span
 | 
					            Smart search is enabled by default, to search for metadata use the syntax <span
 | 
				
			||||||
              class="rounded-lg bg-gray-100 p-2 font-mono font-semibold leading-7 text-immich-primary dark:bg-gray-900 dark:text-immich-dark-primary"
 | 
					              class="rounded-lg bg-gray-100 p-2 font-mono font-semibold leading-7 text-immich-primary dark:bg-gray-900 dark:text-immich-dark-primary"
 | 
				
			||||||
@ -142,7 +142,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        {#each $savedSearchTerms as savedSearchTerm, i (i)}
 | 
					        {#each $savedSearchTerms as savedSearchTerm, i (i)}
 | 
				
			||||||
          <div
 | 
					          <div
 | 
				
			||||||
            class="flex w-full items-center justify-between text-xs text-black hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-500/10"
 | 
					            class="flex w-full items-center justify-between text-sm text-black hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-500/10"
 | 
				
			||||||
          >
 | 
					          >
 | 
				
			||||||
            <div class="relative w-full items-center">
 | 
					            <div class="relative w-full items-center">
 | 
				
			||||||
              <button
 | 
					              <button
 | 
				
			||||||
 | 
				
			|||||||
@ -74,7 +74,7 @@
 | 
				
			|||||||
                <p class="text-immich-fg dark:text-immich-dark-fg">
 | 
					                <p class="text-immich-fg dark:text-immich-dark-fg">
 | 
				
			||||||
                  {partner.name}
 | 
					                  {partner.name}
 | 
				
			||||||
                </p>
 | 
					                </p>
 | 
				
			||||||
                <p class="text-xs text-immich-fg/75 dark:text-immich-dark-fg/75">
 | 
					                <p class="text-sm text-immich-fg/75 dark:text-immich-dark-fg/75">
 | 
				
			||||||
                  {partner.email}
 | 
					                  {partner.email}
 | 
				
			||||||
                </p>
 | 
					                </p>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user