mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Fix CSS and text
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
b6b387a19b
commit
dc48d9500a
@ -143,7 +143,7 @@ export default function ReviewDetailDialog({
|
|||||||
<Description className="sr-only">Review item details</Description>
|
<Description className="sr-only">Review item details</Description>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"absolute flex gap-2",
|
"absolute flex lg:flex-col gap-2",
|
||||||
isDesktop && "right-1 top-8",
|
isDesktop && "right-1 top-8",
|
||||||
isMobile && "right-0 top-3",
|
isMobile && "right-0 top-3",
|
||||||
)}
|
)}
|
||||||
@ -172,7 +172,7 @@ export default function ReviewDetailDialog({
|
|||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipContent>Share this review item</TooltipContent>
|
<TooltipContent>Download</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
</Header>
|
</Header>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user