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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user