mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
MetaDetails modal class names renamed
This commit is contained in:
parent
d759785958
commit
ca90487cd8
2 changed files with 4 additions and 4 deletions
|
|
@ -133,11 +133,11 @@ const MetaDetails = ({ urlParams }) => {
|
||||||
{
|
{
|
||||||
selected !== null ?
|
selected !== null ?
|
||||||
<ModalDialog
|
<ModalDialog
|
||||||
className={styles['addon-modal-container']}
|
className={styles['meta-extension-modal-container']}
|
||||||
title={selected.metaExtension.name}
|
title={selected.metaExtension.name}
|
||||||
onCloseRequest={clearSelected}>
|
onCloseRequest={clearSelected}>
|
||||||
<iframe
|
<iframe
|
||||||
className={styles['addon-modal-iframe']}
|
className={styles['meta-extension-modal-iframe']}
|
||||||
sandbox={'allow-forms allow-scripts allow-same-origin'}
|
sandbox={'allow-forms allow-scripts allow-same-origin'}
|
||||||
src={selected.metaExtension.url}
|
src={selected.metaExtension.url}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.addon-modal-container {
|
.meta-extension-modal-container {
|
||||||
.modal-dialog-container {
|
.modal-dialog-container {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
max-height: 1.2em;
|
max-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.addon-modal-iframe {
|
.meta-extension-modal-iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue