mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
adjusted width
This commit is contained in:
parent
38ce3359c7
commit
cd39b0ca7a
@ -287,7 +287,7 @@ const Calendar = ({ onChange, calendarRef, close, dateRange, children }) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="select-none w-full flex flex-shrink" ref={calendarRef}>
|
||||
<div className="select-none w-11/12 flex" ref={calendarRef}>
|
||||
<div className="px-6">
|
||||
<div className="flex items-center">
|
||||
<div className="w-1/6 relative flex justify-around">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user