From 2422d59ec8e6eda78130150e90e6a8761d0635d7 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 16 May 2026 20:42:19 +0200 Subject: [PATCH] fix that one logout button AGAIN --- copyparty/web/splash.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index d9035d12..46aa4638 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -104,6 +104,7 @@ a { padding: 0 .6em; line-height: 1.8em; border-width: 0 0 2px 0; + max-height: 30px; } #lo:hover, #lo:focus-visible, a:hover, a:focus-visible { @@ -220,11 +221,11 @@ table { .agr br { display: none; } -#lo, .agr a, .agr form { margin: 0 .5em 0 0; - line-height: 2.5em; + line-height: 1.3em; + display: inline-block; } .agr form, .agr input { @@ -232,7 +233,6 @@ table { padding: 0; margin: 0; } -#lo, .agr input { line-height: 1em; font-weight: normal;