saves dice config to localstorage #3

Merged
arindy merged 7 commits from update-styling into main 2025-02-10 01:20:52 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit df5d072636 - Show all commits

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() {