From d42b51cdc205fccc6183a05021b1676378aacaba Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 13 May 2026 20:30:56 +0200 Subject: [PATCH] fix that one button size on the control panel --- copyparty/web/splash.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index 33abc871..377e568d 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -100,6 +100,9 @@ a { padding: .2em .6em; margin: 0 .3em; } +#lo{ + padding: .35em .6em; +} #lo:hover, #lo:focus-visible, a:hover, a:focus-visible { background: rgb(10, 134, 206);