mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-04 19:59:49 +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 ?
|
||||
<ModalDialog
|
||||
className={styles['addon-modal-container']}
|
||||
className={styles['meta-extension-modal-container']}
|
||||
title={selected.metaExtension.name}
|
||||
onCloseRequest={clearSelected}>
|
||||
<iframe
|
||||
className={styles['addon-modal-iframe']}
|
||||
className={styles['meta-extension-modal-iframe']}
|
||||
sandbox={'allow-forms allow-scripts allow-same-origin'}
|
||||
src={selected.metaExtension.url}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.addon-modal-container {
|
||||
.meta-extension-modal-container {
|
||||
.modal-dialog-container {
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
max-height: 1.2em;
|
||||
}
|
||||
|
||||
.addon-modal-iframe {
|
||||
.meta-extension-modal-iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue