mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
moved close button to right side
This commit is contained in:
parent
378b743866
commit
22e6654133
@ -66,12 +66,12 @@ export default function Event({ eventId, close, scrollRef }) {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-end-10 col-span-2 space-x-4">
|
<div class="col-end-10 col-span-2 space-x-4">
|
||||||
<Button color="gray" className="self-start" onClick={() => close()}>
|
|
||||||
<Menu className="w-6" /> Close
|
|
||||||
</Button>
|
|
||||||
<Button className="self-start" color="red" onClick={handleClickDelete}>
|
<Button className="self-start" color="red" onClick={handleClickDelete}>
|
||||||
<Delete className="w-6" /> Delete event
|
<Delete className="w-6" /> Delete event
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button color="gray" className="self-start" onClick={() => close()}>
|
||||||
|
<Menu className="w-6" /> Close
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{showDialog ? (
|
{showDialog ? (
|
||||||
<Dialog
|
<Dialog
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user