Add first pass at IndieAuth modal. For #1863
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Modal(props: Props) {
|
||||
|
||||
const modalStyle = {
|
||||
padding: '0px',
|
||||
height: height || '40vh',
|
||||
minHeight: height || '40vh',
|
||||
};
|
||||
|
||||
const iframe = url && (
|
||||
|
||||
Reference in New Issue
Block a user