removes frame-border from results on index
Some checks failed
CI / deploy (push) Has been cancelled
CI / deploy (pull_request) Successful in 4m18s

This commit is contained in:
Arindy 2025-02-10 01:02:10 +01:00
parent 9feee85cd1
commit df5d072636
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
<div id="results" hidden class="w3-panel w3-theme-l4 w3-card w3-display-container" style="padding: 25px; overflow: hidden; height: 50vh;"> <div id="results" hidden class="w3-panel w3-theme-l4 w3-card w3-display-container" style="padding: 25px; overflow: hidden; height: 50vh;">
<h2>Results</h2> <h2>Results</h2>
<iframe id="resultFrame" title="results" style="width: 100%; height: 85%; overflow: hidden" onload="this.height=this.contentWindow.document.body.scrollHeight;"></iframe> <iframe id="resultFrame" title="results" style="width: 100%; height: 85%; overflow: hidden; border: 0" onload="this.height=this.contentWindow.document.body.scrollHeight;" ></iframe>
</div> </div>
</div> </div>

View File

@ -5,7 +5,7 @@
<title>Results</title> <title>Results</title>
</head> </head>
<body> <body>
<div id="results" style="padding: 25px; font-size: x-large"> <div id="results" style="font-size: x-large">
</div> </div>
<script type="module"> <script type="module">
function url() { function url() {