mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 21:01:02 +00:00
refactor(profile): remove overlay from WrappedFullscreenModal to streamline UI
This commit is contained in:
@@ -86,13 +86,6 @@
|
|||||||
animation: wrapped-spin 0.8s linear infinite;
|
animation: wrapped-spin 0.8s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__overlay {
|
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
z-index: 2;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__iframe {
|
&__iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ export function WrappedFullscreenModal({
|
|||||||
<div className="wrapped-fullscreen-modal__spinner" />
|
<div className="wrapped-fullscreen-modal__spinner" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="wrapped-fullscreen-modal__overlay" />
|
|
||||||
<iframe
|
<iframe
|
||||||
src={`https://hydrawrapped.com/embed/${userId}?scale=${config.scale}`}
|
src={`https://hydrawrapped.com/embed/${userId}?scale=${config.scale}`}
|
||||||
className="wrapped-fullscreen-modal__iframe"
|
className="wrapped-fullscreen-modal__iframe"
|
||||||
|
|||||||
Reference in New Issue
Block a user