+
diff --git a/js/nostr-broadcast.js b/js/nostr-broadcast.js
index 573a468..17ae8dd 100644
--- a/js/nostr-broadcast.js
+++ b/js/nostr-broadcast.js
@@ -98,7 +98,6 @@ const getFromExtension = async () => {
const pubkeyOnChange = () => {
$('#fetch-and-broadcast').css('display', '')
- $('#get-from-extension').css('display', 'none')
}
if (window.nostr) {
diff --git a/style.css b/style.css
index 8abe030..f9a59c3 100644
--- a/style.css
+++ b/style.css
@@ -105,7 +105,7 @@ progress[value="75"]::-webkit-progress-value {
p {
- max-width: 52ch;
+ max-width: 80ch;
line-height: 1.5;
padding: .3em;
margin-top: 5px;
@@ -162,6 +162,7 @@ a {
.space-between-small-left {
display: flex;
justify-content: left;
+ text-align: left;
}
h2 {
@@ -220,7 +221,7 @@ h2 {
#relaySet {
- width: 450px !important;
+ width: 550px !important;
}
@media screen and (max-width: 1080px) {
@@ -241,7 +242,7 @@ h2 {
#relaySetBroadcast {
- width: 450px !important;
+ width: 550px !important;
}
@media screen and (max-width: 1080px) {