From f17e765166e0853d43b232bac7f980814ac8adac Mon Sep 17 00:00:00 2001 From: Til Date: Sun, 24 May 2026 14:42:01 +0200 Subject: [PATCH] IE fixes --- copyparty/web/browser.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index b35b0734..dba70d00 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1778,6 +1778,14 @@ html.y #ops svg circle { display: block; line-height: 1.5em; } +#favico_onpage { + display: none; +} +@supports (text-wrap: nowrap) { + #favico_onpage { + display: inline-block; + } +} #treeToggleBtn{ z-index: 30; position: fixed; @@ -1989,10 +1997,13 @@ input.ssconf_v { white-space: nowrap; display: flex; } -#wfp a { - display: inline-block; +#wfp .btn { + min-width: 1.3em; width: 1.3em; height: 1.3em; + font-size: 1em; + padding: .15em; + margin: 0 .1em 0 0; } #files td div span { @@ -2112,11 +2123,6 @@ html { vertical-align: top; cursor: pointer; } -#wfp .btn { - font-size: 1em; - padding: .15em; - margin: 0 .1em 0 0; -} html.c .btn, html.b .btn { border-radius: var(--radius);