Merge claude/2
This commit is contained in:
commit
1202a6690f
@ -39,7 +39,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 16px;
|
||||
align-items: start;
|
||||
align-items: stretch;
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
.ssh-cols { grid-template-columns: 1fr; }
|
||||
|
||||
@ -100,7 +100,6 @@ 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user