mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-12 16:16:42 +03:00
center camera name on mobile
This commit is contained in:
parent
d113537c30
commit
07340b88aa
@ -356,7 +356,7 @@ export default function CameraWizardDialog({
|
|||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|
||||||
{currentStep > 0 && state.wizardData.cameraName && (
|
{currentStep > 0 && state.wizardData.cameraName && (
|
||||||
<div className="text-primary-variant">
|
<div className="text-center text-primary-variant md:text-start">
|
||||||
{state.wizardData.cameraName}
|
{state.wizardData.cameraName}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user