1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

reduce space needed for repl buttons on top

This commit is contained in:
Fabio Pliger
2022-04-13 15:12:20 -05:00
parent 2d32bb5f13
commit 82f3ace53e

View File

@@ -63,6 +63,17 @@
</script>
<style>
:global(div.buttons-box) {
margin-top: -25px;
}
:global(.parentBox:hover .buttons-box) {
visibility: visible;
}
</style>
<svelte:head>
<script src="https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js" on:load={initializePyodide}></script>
</svelte:head>