From 051edac47d4fd1a4ab6604caf46627c6351255ad Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 23:49:56 +0200 Subject: [PATCH] align ghead minus buttons --- copyparty/web/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 24f4dbec..1cc4908a 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2211,6 +2211,11 @@ html.a .btn { position: relative; top: 0; } +#gridchop a:first-child, +#gridzoom a:first-child { + line-height: 1.1em; + padding-bottom: .3em; +} .ghead>span { white-space: pre; padding-left: .3em;