mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
web-view modal iframe size stylings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user