mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35: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>
|
||||
<div
|
||||
className={cn(
|
||||
"absolute flex gap-2",
|
||||
"absolute flex lg:flex-col gap-2",
|
||||
isDesktop && "right-1 top-8",
|
||||
isMobile && "right-0 top-3",
|
||||
)}
|
||||
@ -172,7 +172,7 @@ export default function ReviewDetailDialog({
|
||||
</Button>
|
||||
</a>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>Share this review item</TooltipContent>
|
||||
<TooltipContent>Download</TooltipContent>
|
||||
</Tooltip>
|
||||
</div>
|
||||
</Header>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user