Skip to content

Commit 77cc36f

Browse files
committed
fix: update exit page and jupyter iframe structure for improved rendering
1 parent 713baa2 commit 77cc36f

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

src/routes/exit_page/+page.svelte

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@
66
<body style="background-image: none">
77
{@render children?.()}
88
</body>
9-
10-
11-
12-
<a href="/posts">
13-
<div>
14-
15-
16-
</div>
17-
</a>
9+
<!-- <a href="/posts"> <div> </div> </a> -->
1810
<main>
1911
</main>
2012

2113
<style>
22-
a {
14+
/* a {
2315
z-index: 2;
2416
margin-top: 1rem;;
2517
margin-right: 5%;
@@ -33,7 +25,7 @@
3325
height: 100vh;
3426
width: 90%;
3527
position: absolute;
36-
}
28+
} */
3729
3830
main {
3931
position: absolute;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div />
1+
<div> </div>

src/routes/posts/jupyter/interpolation/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
});
1414
</script>
1515

16-
<iframe title="jupyter" srcdoc={HTML} />
16+
<iframe title="jupyter" srcdoc={HTML}> </iframe>
1717

1818
<style>
1919
iframe {

0 commit comments

Comments
 (0)