From 32aa9026be624e888af873cf8bd142d4b147774f Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 3 Jun 2026 09:10:04 +0200 Subject: [PATCH] swap sort order arrow directions --- 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 468d3842..de9b1b4d 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -610,12 +610,12 @@ a:hover { } .s0:after, .s1:after { - content: '▾'; + content: '▴'; /* margin-left: -.15em; */ } .s0r:after, .s1r:after { - content: '▴'; + content: '▾'; /* margin-left: -.15em; */ } .s0:after,