mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
fix width
This commit is contained in:
parent
a89e3047c4
commit
4b1285f2c4
@ -84,7 +84,7 @@ export default function HistoryFilterPopover({
|
|||||||
Filter
|
Filter
|
||||||
</Button>
|
</Button>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent className="w-screen md:w-[340px]">
|
<PopoverContent className="w-screen sm:w-[340px]">
|
||||||
<div className="flex justify-around">
|
<div className="flex justify-around">
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user