From b6fa9317bdf14d639236fa13f1c411ba6ed4f216 Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 29 May 2026 01:32:54 +0100 Subject: [PATCH] ux(ssh): drop the redundant paste-key hint, equalise the two cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the "Paste a public key…" line (the section description already explains it) and stretch the Login / Add-a-key cards to equal height (.ssh-cols align-items: start -> stretch). Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- containers/libreportal/frontend/css/ssh.css | 2 +- containers/libreportal/frontend/js/components/ssh/ssh-page.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/containers/libreportal/frontend/css/ssh.css b/containers/libreportal/frontend/css/ssh.css index ceb0a36..53d3ef8 100644 --- a/containers/libreportal/frontend/css/ssh.css +++ b/containers/libreportal/frontend/css/ssh.css @@ -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; } diff --git a/containers/libreportal/frontend/js/components/ssh/ssh-page.js b/containers/libreportal/frontend/js/components/ssh/ssh-page.js index 40e8b8a..19047db 100644 --- a/containers/libreportal/frontend/js/components/ssh/ssh-page.js +++ b/containers/libreportal/frontend/js/components/ssh/ssh-page.js @@ -100,7 +100,6 @@ class SshPage { const addInner = `
-

Paste a public key (the .pub from your machine) to grant it SSH access.