Compare commits

..

No commits in common. "1202a6690f5ba47a29ebafb477988eb7042cdb33" and "462fedf257f2bc73512b7af4affdaff0368e0f4a" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
align-items: stretch;
align-items: start;
}
@media (max-width: 640px) {
.ssh-cols { grid-template-columns: 1fr; }

View File

@ -100,6 +100,7 @@ class SshPage {
const addInner = `
<div class="ssh-section-body">
<p class="category-description">Paste a <strong>public</strong> key (the <code>.pub</code> from your machine) to grant it SSH access.</p>
<textarea class="backup-ssh-keyinput" id="ssh-add-key-input" rows="3" spellcheck="false" placeholder="ssh-ed25519 AAAA... you@laptop"></textarea>
<div class="ssh-section-actions">
<button type="button" class="backup-primary-btn" data-action="ssh-add-key">Authorize key</button>