From 3dd1e25a3bece79544caf2a376ed96b47c5a1fbe Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:56:17 +0000 Subject: [PATCH] Hide past swipes with opacity --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index b147f9c87..4444d0080 100644 --- a/public/style.css +++ b/public/style.css @@ -1045,7 +1045,7 @@ body .panelControlBar { } body:not(.swipeAllMessages) .mes:not(.last_mes) .swipes-counter { - display: none; + opacity: 0; } body.swipeAllMessages .mes:not(.last_mes) .swipes-counter {