make confirm dialog a more pleasant size

This commit is contained in:
2024-03-19 22:59:33 -06:00
parent 402c758f0a
commit feac310ef1
2 changed files with 20 additions and 8 deletions
+10 -5
View File
@@ -4,16 +4,21 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
body {
font-size: '0.7em';
}
</style>
</head>
<body>
<h1 id="title-h1"></h1>
<h5 id="title-h1"></h1>
<button id="good">Yes</button>
<span width="10px">
<button id="bad">No</button>
<pre id="miscinfo"></pre>
<br>
<button id="good">Yes</button>
<br>
<button id="bad">No</button>
<script type="module" src="./gb.js"></script>