Added ability to run add recommended relays from popup.

This commit is contained in:
Ryan Breen
2023-01-28 20:46:49 -05:00
parent 6a31c3b135
commit b6a4a5b5dc
5 changed files with 51 additions and 58 deletions

View File

@@ -5,61 +5,23 @@
body {
width: 300px;
padding: 10px;
padding: 15px;
font-family: system-ui;
}
label {
display: inline-block;
width: 200px;
}
input {
width: 100%;
}
.profile-buttons {
width: 100%;
}
#priv-key, #pub-key {
font-family: monospace;
}
.profiles {
margin-bottom: 15px;
}
.profile-name {
margin-bottom: 15px;
}
.key {
margin-bottom: 15px;
}
.buttons {
margin-bottom: 15px;
}
td:first-child {
width: 50px;
}
td:nth-child(2) {
width: 100px;
}
tr {
margin-bottom: 10px;
.relay {
margin-top: 10px;
font-size: 80%;
color: darkred;
}
.help {
margin-top: 15px;
margin-top: 10px;
}
.disclaimer {
margin-top: 10px;
font-size: 50%;
color: green;
}