Fix bulk edit and message context action styles

This commit is contained in:
Cohee
2023-12-03 02:17:02 +02:00
parent 3e9927dc67
commit 2c949b672a
3 changed files with 6 additions and 7 deletions

View File

@@ -8673,9 +8673,12 @@ jQuery(async function () {
// Transition the .extraMesButtonsHint back in
$('.extraMesButtonsHint:not(:visible)').show().transition({
opacity: .2,
opacity: .3,
duration: 150,
easing: 'ease-in-out',
complete: function () {
$(this).css('opacity', '');
},
});
},
});