mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Mobile fixes
This commit is contained in:
parent
417efcb0c1
commit
fb28eaa896
@ -83,7 +83,7 @@ export default function SearchDetailDialog({
|
|||||||
>
|
>
|
||||||
<Content
|
<Content
|
||||||
className={
|
className={
|
||||||
isDesktop ? "sm:max-w-xl" : "max-h-[75dvh] overflow-hidden p-2 pb-4"
|
isDesktop ? "sm:max-w-xl" : "max-h-[75dvh] overflow-hidden p-2 py-4"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{search && (
|
{search && (
|
||||||
@ -116,7 +116,7 @@ export default function SearchDetailDialog({
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex w-full flex-col gap-2 px-6">
|
<div className="flex w-full flex-col gap-2 px-6">
|
||||||
<img
|
<img
|
||||||
className="aspect-video select-none transition-opacity"
|
className="aspect-video select-none rounded-lg object-contain transition-opacity"
|
||||||
style={
|
style={
|
||||||
isIOS
|
isIOS
|
||||||
? {
|
? {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user