fixes
This commit is contained in:
parent
7d526d9824
commit
d0bcfdd03b
@ -46,6 +46,8 @@ body {
|
||||
|
||||
#form {
|
||||
text-align: center;
|
||||
font-weight: bolder;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
#button {
|
||||
@ -53,5 +55,7 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: max(fit-content, 175px);
|
||||
font-weight: bolder;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
/* #button{margin-left:43%} */
|
||||
|
||||
@ -73,5 +73,6 @@ function copyOut() {
|
||||
navigator.clipboard.writeText(copyText.value);
|
||||
|
||||
// Alert the copied text
|
||||
alert("Copied the text: " + copyText.value);
|
||||
swal("Copied the text:", copyText.value);
|
||||
// alert("Copied the text: " + copyText.value);
|
||||
}
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="/binary/binary.css" />
|
||||
<script defer data-domain="chrisedwards.tech" src="https://metric1.chrisedwards.tech/js/plausible.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
||||
|
||||
<script defer src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -38,8 +38,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
<textarea id="out" onclick="copyOut()">
|
||||
</textarea>
|
||||
<div id="out" onclick="copyOut()">
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user