From 51b26f1926e5538e655ea22700ada731f32e6e57 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 4 Apr 2026 13:15:29 +0200 Subject: [PATCH] fix acc button --- copyparty/web/browser.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 2d30b2f9..1e2771f3 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4346,9 +4346,6 @@ html.e #detree { height: 2.0em; } #acc_btnContent{ - position: absolute; - width: 100%; - height: 100%; display: flex; justify-content:space-between; color: var(--btn-1-fg);