mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
keep Events favorite button to right side
This commit is contained in:
parent
8422c6070f
commit
b62adfb601
@ -337,12 +337,12 @@ export default function Events({ path, ...props }) {
|
||||
)}
|
||||
|
||||
<StarRecording
|
||||
className="h-10 w-10 text-yellow-300 cursor-pointer"
|
||||
className="h-10 w-10 text-yellow-300 cursor-pointer ml-auto"
|
||||
onClick={() => onFilter("favorites", searchParams.favorites ? 0 : 1)}
|
||||
fill={searchParams.favorites == 1 ? 'currentColor' : 'none'}
|
||||
/>
|
||||
|
||||
<div ref={datePicker} className="ml-auto">
|
||||
<div ref={datePicker} className="ml-right">
|
||||
<CalendarIcon
|
||||
className="h-8 w-8 cursor-pointer"
|
||||
onClick={() => setState({ ...state, showDatePicker: true })}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user