web-view modal iframe size stylings

This commit is contained in:
Lorenz Hilpert
2021-06-16 15:44:45 +02:00
parent b34babc622
commit 68a877eff5

View File

@@ -1,12 +1,10 @@
:host {
@apply grid grid-flow-row relative;
max-width: calc(100vw - 2rem);
max-height: calc(100vw - 2rem);
@apply block relative;
}
.iframe-container {
width: 600px;
max-width: 100%;
height: calc(100vh - 10rem);
@apply w-full;
}
.iframe {
@@ -18,7 +16,7 @@ h1 {
}
button.close {
@apply absolute -top-4 -right-4 p-4 outline-none border-none bg-transparent;
@apply absolute -top-10 -right-4 p-4 outline-none border-none bg-transparent;
ui-icon {
@apply text-inactive-branch;