From 1c4e59f6594247662eb8341bb967550e22faac40 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 14:42:34 +0200 Subject: [PATCH] button alignment fix --- copyparty/web/browser.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index bb792c05..e7ea7e0b 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1241,8 +1241,6 @@ html.dz #flogout { width: 1.5em; height: 1.5em; padding: .1em; - display: inline-block; - vertical-align: bottom; } .btn.svgIcon.gb1 { width: 1.7em; @@ -1944,6 +1942,7 @@ html { text-wrap-mode: wrap; white-space-collapse: preserve; position: relative; + vertical-align: top; } #wfp .btn { font-size: 1em;