forked from Github/frigate
fix tooltips on mobile and make 2-row cameras full height (#9787)
This commit is contained in:
@@ -82,7 +82,7 @@ function Live() {
|
||||
if (aspectRatio > 2) {
|
||||
grow = "md:col-span-2 aspect-wide";
|
||||
} else if (aspectRatio < 1) {
|
||||
grow = `md:row-span-2 aspect-[8/9]`;
|
||||
grow = `md:row-span-2 aspect-[8/9] md:h-full`;
|
||||
} else {
|
||||
grow = "aspect-video";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user