mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fix inconsistent spacing (#10714)
* Fix inconsistent spacing * Fix motion button alignment
This commit is contained in:
		
							parent
							
								
									f3abc590e7
								
							
						
					
					
						commit
						35ecb342bb
					
				@ -588,7 +588,6 @@ function ShowMotionOnlyButton({
 | 
			
		||||
      <div className="block md:hidden">
 | 
			
		||||
        <Button
 | 
			
		||||
          size="sm"
 | 
			
		||||
          className="ml-1"
 | 
			
		||||
          variant="secondary"
 | 
			
		||||
          onClick={() => setMotionOnly(!motionOnly)}
 | 
			
		||||
        >
 | 
			
		||||
 | 
			
		||||
@ -206,7 +206,7 @@ export default function EventView({
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <div className="flex flex-col size-full">
 | 
			
		||||
      <div className="h-10 relative flex justify-between items-center m-2">
 | 
			
		||||
      <div className="h-10 relative flex justify-between items-center mx-2">
 | 
			
		||||
        {isMobile && (
 | 
			
		||||
          <Logo className="absolute inset-y-0 inset-x-1/2 -translate-x-1/2 h-8" />
 | 
			
		||||
        )}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user