mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
spacing on mobile landscape (#11397)
This commit is contained in:
@@ -5,7 +5,7 @@ type TWrapperProps = {
|
||||
};
|
||||
|
||||
const Wrapper = ({ children }: TWrapperProps) => {
|
||||
return <main className="h-dvh w-screen overflow-hidden">{children}</main>;
|
||||
return <main className="h-dvh w-full overflow-hidden">{children}</main>;
|
||||
};
|
||||
|
||||
export default Wrapper;
|
||||
|
||||
Reference in New Issue
Block a user