mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +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>
|
||||
</div>
|
||||
<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}>
|
||||
<Delete className="w-6" /> Delete event
|
||||
</Button>
|
||||
<Button color="gray" className="self-start" onClick={() => close()}>
|
||||
<Menu className="w-6" /> Close
|
||||
</Button>
|
||||
</div>
|
||||
{showDialog ? (
|
||||
<Dialog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user