mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +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">
|
<div className="block md:hidden">
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
className="ml-1"
|
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
onClick={() => setMotionOnly(!motionOnly)}
|
onClick={() => setMotionOnly(!motionOnly)}
|
||||||
>
|
>
|
||||||
|
@ -206,7 +206,7 @@ export default function EventView({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col size-full">
|
<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 && (
|
{isMobile && (
|
||||||
<Logo className="absolute inset-y-0 inset-x-1/2 -translate-x-1/2 h-8" />
|
<Logo className="absolute inset-y-0 inset-x-1/2 -translate-x-1/2 h-8" />
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user