From fa92f60aad9e836663283b00861beb7355582676 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 8 Jun 2026 22:07:09 +0200 Subject: [PATCH] small addition to frutiger theme --- copyparty/web/browser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 64dd4e80..d2f48060 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -256,8 +256,8 @@ html.by #spaceMax { html.by #spaceFree { position: absolute; z-index: 1; - bottom: 2em; - max-width: stretch; + bottom: 2.1em; + max-width: initial; width: calc(100% - 3em); text-align: center; }