Hide past swipes with opacity

This commit is contained in:
Cohee
2024-12-05 15:56:17 +00:00
parent 23a10fdc22
commit 3dd1e25a3b

View File

@@ -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 {