make confirm dialog a more pleasant size
This commit is contained in:
+10
-5
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user