chore: fix super embed modal on mobile screens
This commit is contained in:
@@ -199,7 +199,7 @@ export function AutoEmbedDialog({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ width: '600px' }}>
|
<div className="w-[600px] max-w-[90vw]">
|
||||||
<div className="Input__wrapper">
|
<div className="Input__wrapper">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Reference in New Issue
Block a user