mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 14:53:24 +00:00
Make frame compatible with firefox android
This commit is contained in:
@@ -7,9 +7,5 @@ export interface FrameProps {
|
||||
}
|
||||
|
||||
export function Frame(props: FrameProps) {
|
||||
return (
|
||||
<div className="frame" style={{ width: 300, height: 300 }}>
|
||||
{props.children}
|
||||
</div>
|
||||
);
|
||||
return <div className="frame">{props.children}</div>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user