From 6adc8b28f5da177fcf9c9f8c421f643112198609 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 25 Apr 2026 18:23:05 +0200 Subject: [PATCH] html e fix --- copyparty/web/browser.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 8c471b78..c77e46ef 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3659,11 +3659,6 @@ html:not(.e) #wrap.thin { padding: .3em; } } -html.e #wrap.thin { - #ghead { - top: 5.1em; - } -} #wrap.thin { .td_w { width: calc(100vw - 8.5em); @@ -3671,6 +3666,8 @@ html.e #wrap.thin { .td_s { width: calc(50vw - 5em); } +} +html:not(.e) #wrap.thin { #ghead::after { content: ""; position: sticky; @@ -3683,6 +3680,11 @@ html.e #wrap.thin { pointer-events: none; } } +html.e #wrap.thin { + #ghead { + top: 5.1em; + } +} @media (max-width: 50em){ html:not(.e) body { font-size: 1.1em;